{% extends "base.html" %} {% block title %}Debug allow rules{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Debug allow rules

Use this tool to try out different actor and allow combinations. See Defining permissions with "allow" blocks for documentation.

{% if error %}

{{ error }}

{% endif %} {% if result == "True" %}

Result: allow

{% endif %} {% if result == "False" %}

Result: deny

{% endif %} {% endblock %}