{% extends 'transfers/base.html' %} {% load tz %} {% block h1_title %}LDAP USERS{% endblock %} {% block content %}

Authorized LDAP Accounts

{% for u in auth_accounts %} {% endfor %}
UID
{{ u.uid }} Revoke

UnAuthorized LDAP Accounts

{% for u in unauth_accounts %} {% endfor %}
UID
{{ u.uid }} Allow
{% endblock %} {% block extra_js %} {% endblock %}