{% extends 'django_spire/glue/form/form.html' %} {% block glue_form_unique_name %}ticket_form{% endblock %} {% block glue_form_content %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.purpose' %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.priority' %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.status' %}
{% include 'django_spire/glue/form/field/text/field.html' with glue_field='glue_form.$fields.description' %}
{% endblock %}