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

{% trans 'Update group' %}

{% if errorList %}

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

{% trans 'Able to Add Users' %}   {% trans 'Users in Group' %}


{% for row in members %} {% endfor %}

{% trans 'Target' %}

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

{% endblock %}