{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Creating an ACL is exactly as constrained as granting one: every checkbox ticked here must be a permission the signed-in account already holds, enforced in userManagement.views.submitACLCreation via ACLManager.aclGrantable. {% endcomment %} {% block title %}New ACL{% endblock %} {% block content %}

New ACL

You can only tick permissions your own account already holds.

All ACLs
Letters, digits, underscore and hyphen only.

Permissions

{% for label, fields in groups %}

{{ label }}

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