{% extends 'django_spire/glue/form/form.html' %} {% block glue_form_unique_name %}visual_region_form{% endblock %} {% block glue_form_content %}
Key
{{ region.key }}
{% include 'django_spire/glue/form/field/char/field.html' with glue_field='glue_form.$fields.title' %}
{% include 'django_spire/glue/form/field/boolean/field.html' with glue_field='glue_form.$fields.is_live_updated' %}
{% endblock %}