{% extends 'django_spire/glue/form/form.html' %} {% block glue_form_unique_name %}user_form{% endblock %} {% block glue_form_content %}
{% include 'django_spire/glue/form/field/char/email_field.html' with glue_field='glue_form.$fields.email' %}
{% include 'django_spire/glue/form/field/char/field.html' with glue_field='glue_form.$fields.first_name' %}
{% include 'django_spire/glue/form/field/char/field.html' with glue_field='glue_form.$fields.last_name' %}
{% include 'django_spire/glue/form/field/boolean/field.html' with glue_field='glue_form.$fields.is_active' %}
{% endblock %}