{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'Update account information' %}{% endblock %} {% block content %}

{% trans 'Update account' %}

{% trans 'Enter new value.' %}

{% trans 'Username' %}: {{ username }}

{% for attr in attrs %} {% endfor %}
{% trans 'Description(attribute name)' %}{% trans 'Value' %}
{% if attr.2 %} {{ attr.1 }}({{ attr.0 }}) {% else %} {{ attr.1 }}({{ attr.0 }}) {% endif %}

{% trans 'Target' %}

{% for serverID in backends %} {% endfor %}
{{ serverID }}

{% endblock %}