{% load i18n %} {% csrf_token %} {% include "gui/profile/profile_user_field.html" with field=upform.street_1 %} {% include "gui/profile/profile_user_field.html" with field=upform.street2_1 %} {% include "gui/profile/profile_user_field.html" with field=upform.postcode %} {% include "gui/profile/profile_user_field.html" with field=upform.city %} {% include "gui/profile/profile_user_field.html" with field=upform.state %} {% spaceless %}{% include "gui/profile/profile_user_field.html" with field=upform.country %}{% endspaceless %}
 
{{ upform.different_billing }}
{% for error in uform.non_field_errors %}
{{ error }}
{% endfor %} {% for error in upform.non_field_errors %}
{{ error }}
{% endfor %} {% trans "Update profile" %}