{% load custom_tags_and_filters %} {% load user_details_tags %}
{% csrf_token %}

User details settings

Note: required fields cannot be disabled. If certain choice fields are required (e.g. Gender), you won't be able to save a user until you add choices (Male, Female, etc.) in detailed administration.

{% if "NEMO_billing.rates"|app_installed %}
{% endif %}
{% button type="save" value="Save settings" %}