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

User: {{ uid }}

Back View user in Kasownik {% if not is_protected %} Add mifareIDHash {% endif %}

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

{% if is_protected %} Protected user {% endif %} Full LDAP record:

{% for attr, attr_readable, value in profile %} {% endfor %}
Attribute Attribute Value Options
{{ attr }} {{ attr_readable if attr_readable else '' }} {{ '(...omitted...)' if attr == 'jpegPhoto' else value }} {% if not is_protected and attr == 'mifareIDHash' %} Remove {% endif %}
{% endblock %} {% block head %} {% endblock %} {% block scripts %} {% endblock %}