{% if "subject" not in skip_columns %} {% endif %} {% if "subject_id" not in skip_columns %} {% endif %} {% if "action" not in skip_columns %} {% endif %} {% if "object" not in skip_columns %} {% endif %} {% if "object_id" not in skip_columns %} {% endif %} {% if "is_allowed" not in skip_columns %} {% endif %} {% for instance in instances %} {% if "subject" not in skip_columns %} {% endif %} {% if "subject_id" not in skip_columns %} {% endif %} {% if "action" not in skip_columns %} {% endif %} {% if "object" not in skip_columns %} {% endif %} {% if "object_id" not in skip_columns %} {% endif %} {% if "is_allowed" not in skip_columns %} {% endif %} {% endfor %}
{{ _("subject") }}{{ _("subject_id") }}{{ _("action") }}{{ _("object") }}{{ _("object_id") }}{{ _("is_allowed") }}{{ _("Actions") }}
{{ instance.subject }} {{ instance.subject_id }} {{ instance.action }} {{ instance.object }} {{ instance.object_id }} {{ instance.is_allowed }} {% include "permission/_actions.html" %}