{% 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 %}