{% extends 'django_spire/glue/form/form.html' %} {% block glue_form_unique_name %}subdomain_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/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' %}
{% endblock %}