{% extends "tree.html" %} {% load permdisplay %} {% block widgets %} $("#acl").accordion({ header: 'h3', collapsible: true, active: false }); {% endblock %} {% block content %} {% if type == "2" %}

Access Control Policy

WARNING The entries below represents access control policy for {{name.short}}. Access control policy is the default access control used when creating new groups below this group. Changes will only affect newly created groups below this group. Only change this if you know what you are doing.

Switch to Normal Access Control View

{% else %}

Access Control

The entries below represents access control for {{name.short}}. Only change this if you know what you are doing. If you really, really, really know what you are doing you may also switch to access control policy view and change the default access control for groups created below this group.

{% endif %}
{% for ace in acl %}

Permissions for {{ace.dst|acldstdisplay}}

{{ace.dst|acldstdisplay}} {{ace.data|permdisplay}}.
{% endfor %}
{% endblock %}