{% load i18n %} {% csrf_token %} {% include "gui/profile/profile_user_field.html" with field=upform.language %} {% include "gui/profile/profile_user_field.html" with field=upform.timezone %} {% include "gui/profile/profile_user_field.html" with field=upform.currency %} {% if upform.newsletter_tech %}{% include "gui/profile/profile_user_field_checkbox.html" with field=upform.newsletter_tech %}{% endif %} {% if upform.newsletter_buss %}{% include "gui/profile/profile_user_field_checkbox.html" with field=upform.newsletter_buss %}{% endif %}
{% for error in upform.non_field_errors %}
{{ error }}
{% endfor %} {% trans "Update profile" %}