{% load i18n %} {% csrf_token %} {% include "gui/profile/profile_user_field.html" with field=uform.username %} {% include "gui/profile/profile_user_field.html" with field=upform.title %} {% include "gui/profile/profile_user_field.html" with field=upform.first_name %} {% include "gui/profile/profile_user_field.html" with field=upform.middle_name %} {% include "gui/profile/profile_user_field.html" with field=upform.last_name %} {% include "gui/profile/profile_user_field_verify.html" with field=upform.email %} {% include "gui/profile/profile_user_field_checkbox.html" with field=upform.email_verified %} {% spaceless %}{% include "gui/profile/profile_user_field_verify.html" with field=upform.phone %}{% endspaceless %} {% include "gui/profile/profile_user_field_checkbox.html" with field=upform.phone_verified %} {% include "gui/profile/profile_user_field_checkbox.html" with field=upform.tos_acceptation %} {% include "gui/profile/profile_user_field.html" with field=upform.jabber %} {% include "gui/profile/profile_user_field.html" with field=upform.website %} {% include "gui/profile/profile_user_field_radio.html" with field=upform.usertype %} {% include "gui/profile/profile_user_field.html" with field=upform.company %} {% include "gui/profile/profile_user_field.html" with field=upform.companyid %} {% include "gui/profile/profile_user_field.html" with field=upform.taxid %} {% include "gui/profile/profile_user_field.html" with field=upform.vatid %}
{% for error in uform.non_field_errors %}
{{ error }}
{% endfor %} {% for error in upform.non_field_errors %}
{{ error }}
{% endfor %} {% trans "Update profile" %} {% trans "Change password" %} {% if request.user != user and request.user.is_staff %} {% trans "Impersonate" %} {% endif %}