{% extends 'basic.html' %} {% block content %}

Group: {{ name }}

Back

Members: {% for uid, cn in members %} {{ uid }}, {% endfor %}

Full LDAP record:

{% for attr, attr_readable, value in attributes %} {% endfor %}
Attribute Attribute Value
{{ attr }} {{ attr_readable if attr_readable else '' }} {{ value }}
{% endblock %} {% block head %} {% endblock %}