{% extends 'spire/card/title_card.html' %} {% block card_title %} Edit {{ portal_user.get_full_name }} {% endblock %} {% block card_title_content %}
{% 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 'spire/form/button/form_submit_button.html' %}
{% endblock %}