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

{% trans "Ask for a decision with a srting as an object" %}

{% endif %}

You can only ask decisions on entities you have administration rights.

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

{% trans "Who" %}

{% endif %} {% if what_to_display %}

{% trans "What" %}

{% endif %} {% if how_to_display %}

{% trans "How" %}

{% endif %}


{% else %}

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

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