{% extends 'django_spire/glue/form/form.html' %} {% block glue_form_unique_name %}slide_form{% endblock %} {% block glue_form_content %}
{% include 'django_spire/glue/form/field/choice/field.html' with glue_field='glue_form.$fields.presentation' %}
{% include 'django_spire/glue/form/field/integer/field.html' with glue_field='glue_form.$fields.order' %}
{% include 'django_spire/glue/form/field/char/field.html' with glue_field='glue_form.$fields.name' %}
{% endblock %}