{% extends 'django_spire/glue/form/form.html' %} {% block glue_form_unique_name %}statistic_form{% endblock %} {% block glue_form_content %}
{% include 'django_spire/glue/form/field/char/field.html' with glue_field='glue_form.$fields.key' %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.group' %}
{% include 'django_spire/glue/form/field/char/field.html' with glue_field='glue_form.$fields.name' %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.interval' %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.value_type' %}
{% endblock %}