{% comment %} {% load url from future %} {% endcomment %} {% load i18n %}

{% trans "Details" %}

{% trans "Username" %} : {{user.username}}
{% trans "Email" %} : {{user.email}}
{% trans "Administrator" %} : {% if user.is_superuser %} yes {% else %} no {% endif %}
{% trans "Groups" %} : {% for g in user.groups.all %} - {{g.name}} {% empty %} no groups {% endfor %}

Password

{% trans "Old password" %}:
{% trans "New password" %}:
{% trans "Confirm" %}:

Custom settings

{% trans "Show tab's title in pages:" %} :
{% trans "Show tenant's troubleshoot section:" %} :
{% trans "Show monitored element's troubleshoot section:" %} :
{% trans "Show tag's troubleshoot section:" %} :
{% trans "Always show left navigation window:" %} :
{% trans "Always show tag badges sorted by:" %} :
{% trans "Show 'last notable change' time in alarms list" %}: :