{% extends "base.html" %} {% load i18n %} {% load acs_filters %} {% block content %} {% if title %}

{{ title }}

{% endif %} {% if messages %}

{% endif %} {% if who_to_display and what_to_display %}
{% if who_to_display %}

{% trans "Who" %}

{% endif %} {% if what_to_display %}

{% trans "What" %}

{% endif %}


{% else %}

{% trans 'You have not enough rights or there is not enough material in the policy to set a to set a permission.' %}

{% endif %}
{% trans "Back" %}
{% endblock %}