{% extends "base.html" %} {% load i18n %} {% load acs_filters %} {% block content %}
{% trans "Choose what" %} {% for it in what_list %} {{ it.name }} {% endfor %}
{% trans "Choose how" %} {% for it in how_list %} {{ it.name }} {% endfor %}
{% trans "Allow a grantee to delegate this permission?" %}
{% trans "No accesses you can delegate." %}