{% extends "base.html" %} {% load i18n %} {% block content %} {% if messages %} {% endif %} {% if graphs %}

Access control policy

{% for g in graphs %}

{% endfor %} {% endif %} {% if backlink %}
{% trans "Back" %}
{% else %}
{% trans "Back" %}
{% endif %} {% endblock %}