{% extends "base.html" %} {% block title %}Edit Ticket #{{ ticket.id }}{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}