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

User: {{ uid }}

Back View user in Kasownik

Belongs to groups: {% for group_name in groups %} {{ group_name }}, {% endfor %}

Full LDAP record:

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