{% load i18n %} {% csrf_token %} {% include "gui/profile/profile_user_field_checkbox.html" with field=uform.dc_bound %} {% include "gui/profile/profile_user_field.html" with field=uform.groups %} {% include "gui/profile/profile_user_field_checkbox.html" with field=uform.is_super_admin %} {% include "gui/profile/profile_user_field_checkbox.html" with field=uform.is_active %} {% include "gui/profile/profile_user_field_checkbox.html" with field=uform.api_access %} {% 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" %}