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

{% trans 'Update account' %}

{% if errorList %}

{% endif %}
{% for attr in attrs %} {% endfor %}
{% trans 'Description(attribute name)' %} {% trans 'These Fields are Required.' %} {% trans 'Value' %}
{% trans 'username' %}(username) {{ username }}
{{ attr.1 }}({{ attr.0 }}) {% if attr.2 %} {% trans 'Required Mark' %} {% endif %}

{% trans 'Target repositry' %}

{% for serverID in backends %} {% endfor %}
{{ serverID.0 }}({{ serverID.1 }})

{% endblock %}