{% extends "base.html" %} {% block title %}New Ticket{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}