{% load i18n %} {% csrf_token %} {% spaceless %}{% include "gui/profile/profile_user_field.html" with field=upform.phone2 %}{% endspaceless %} {% include "gui/profile/profile_user_field.html" with field=upform.email2 %} {% include "gui/profile/profile_user_field.html" with field=upform.street_2 %} {% include "gui/profile/profile_user_field.html" with field=upform.street2_2 %} {% include "gui/profile/profile_user_field.html" with field=upform.postcode2 %} {% include "gui/profile/profile_user_field.html" with field=upform.city2 %} {% include "gui/profile/profile_user_field.html" with field=upform.state2 %} {% spaceless %}{% include "gui/profile/profile_user_field.html" with field=upform.country2 %}{% endspaceless %}
{% for error in uform.non_field_errors %}
{{ error }}
{% endfor %} {% for error in upform.non_field_errors %}
{{ error }}
{% endfor %} {% trans "Update profile" %}