{% include 'django_glue/form/field/select_field.html' with glue_model_field='ticket.purpose' %}
{% include 'django_glue/form/field/select_field.html' with glue_model_field='ticket.priority' %}
{% if ticket.pk is not None %}
{% include 'django_glue/form/field/select_field.html' with glue_model_field='ticket.status' %}
{% endif %}
{% include 'django_spire/contrib/form/button/form_submit_button.html' %}