{% extends "admin_index.html" %} {% set active_page = "admin" %} {% block title %}Admin LDAP Sync{% endblock %} {% block admin_content %} {% if not form %}

No sync required - groups are up to date.

{% else %}
{{ form.hidden_tag() }}

Fatty to add:

{{ form.fatty_to_add() }}

Fatty to remove:

{{ form.fatty_to_remove() }}

Starving to add:

{{ form.starving_to_add() }}

Starving to remove:

{{ form.starving_to_remove() }}
{% endif %} {% endblock %}