{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Editing an ACL's flags is gated exactly like creating one: the ACL as it stands, and the flags being requested, must both stay inside what the signed-in account already holds (ACLManager.aclGrantable, checked twice). {% endcomment %} {% block title %}Modify ACL{% endblock %} {% block content %}

Modify an ACL

You can only grant permissions your own account already holds.

All ACLs
This is a built-in ACL. Its permissions can still be tuned, but it cannot be deleted.

Permissions for

{% for label, fields in groups %}

{{ label }}

{% for field in fields %}
{% endfor %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}