{% load i18n %} {% csrf_token %} {% if user.username != user.email %} {% endif %} {% include "gui/profile/profile_user_field.html" with field=upform.title %} {% include "gui/profile/profile_user_field.html" with field=uform.first_name %} {% include "gui/profile/profile_user_field.html" with field=upform.middle_name %} {% include "gui/profile/profile_user_field.html" with field=uform.last_name %} {% include "gui/profile/profile_user_field_verify.html" with field=uform.email %} {% spaceless %}{% include "gui/profile/profile_user_field_verify.html" with field=upform.phone %}{% endspaceless %} {% if upform.tos_acceptation %} {% include "gui/profile/profile_user_field_checkbox.html" with field=upform.tos_acceptation %} {% endif %} {% 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 %}
{% trans "Username" %}:
{% for error in uform.non_field_errors %}
{{ error }}
{% endfor %} {% for error in upform.non_field_errors %}
{{ error }}
{% endfor %} {% trans "Update profile" %} {% trans "Change password" %}