{% extends 'base.html' %} {% block body %}
{{_("Cancel")}} {% if user.uid %} {{_("Reset 2FA")}} {{_("Delete")}} {% else %} {{_("Delete")}} {% endif %}
{% if user.uid %} {% else %} {% endif %}
{% if not user.uid %}
{% endif %}
{{_("Only letters, numbers, dashes (\"-\") and underscores (\"_\") are allowed. At most 32, at least 2 characters. There is a word blocklist. Must be unique.")}}
{% if not user.uid %}
{% endif %}
{{_("If you leave this empty it will be set to the login name. At most 128, at least 2 characters. No character restrictions.")}}
{{_("Do a sanity check here. A user can take over another account if both have the same mail address set.")}}
{% if user.uid %} {% else %} {% endif %} {{_("At least 8 and at most 256 characters, no other special requirements.")}}
{{_("Roles")}}: {% for role in roles|sort(attribute="name") %} {% endfor %}
{{_("Name")}} {{_("Description")}}
{{ role.name }} {{ role.description }}
{{_("Resulting groups (only updated after save)")}}: {% for group in user.groups|sort(attribute="name") %} {% endfor %}
{{_("Name")}} {{_("Description")}}
{{ group.name }} {{ group.description }}
{% endblock %}