{% load django_glue %}
{# Display mode - click to edit #}
{% block display %} {% include display_template|default:"django_spire/glue/inline/display/text.html" %} {% endblock %}
{# Edit mode - input field #}
{% block edit %} {% with hide_label=True %} {% include edit_template|default:"django_spire/glue/form/field/char/field.html" %} {% endwith %} {% endblock %}