{% 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 %}

{% if isDisplayOwners %} {% endif %} {% if isDisplayOwners %} {% endif %}
{% trans 'Able to Add Users' %}   {% trans 'Users in Group' %} {% if isRequiredMembers %} {% trans 'Required Mark' %} {% endif %}   {% trans 'Owners in Group' %}




{% for row in beforeUpdateMembers %} {% endfor %} {% for row in beforeUpdateOwners %} {% endfor %}

{% trans 'Target repositry' %}

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

{% if isDisplayOwners %} {% else %} {% endif %}

{% endblock %}