Submit a ticket
{% csrf_token %} {% for field in fields %}
{{ field.label }}{% if field.required %} *{% endif %}
{% if field.type == "textarea" %}
{% elif field.options %}
Select…
{% for option in field.options %}
{{ option }}
{% endfor %}
{% else %}
{% endif %}
{% endfor %}
Submit