{% csrf_token %}
{% include 'django_glue/form/field/char_field.html' with glue_model_field='user.first_name' %}
{% include 'django_glue/form/field/char_field.html' with glue_model_field='user.last_name' %}
{% include 'django_glue/form/field/email_field.html' with glue_model_field='user.email' %}
{% include 'django_glue/form/field/select_field.html' with glue_model_field='user.is_active' %}
{% include 'django_spire/contrib/form/button/form_submit_button.html' %}