{% extends 'basic.html' %}
{% block content %}
Belongs to groups: {% for group_name in groups %} {{ group_name }}, {% endfor %}
Full LDAP record:
Attribute | Attribute | Value |
---|---|---|
{{ attr }} | {{ attr_readable if attr_readable else '' }} | {{ '(...omitted...)' if attr == 'jpegPhoto' else value }} |