{% extends 'django_spire/glue/form/form.html' %} {% block glue_form_unique_name %}visual_form{% endblock %} {% block glue_form_content %}
{% include 'django_spire/glue/form/field/char/field.html' with glue_field='glue_form.$fields.name' %}
{% include 'django_spire/glue/form/field/text/field.html' with glue_field='glue_form.$fields.description' %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.statistic' %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.kind' %}
{% include 'django_spire/glue/form/field/datetime/date_field.html' with glue_field='glue_form.$fields.date' %}
{% endblock %}