{% extends "base.html" %} {% block title %}Debug permissions{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
This tool lets you simulate an actor and a permission check for that actor.
Actor: {{ check.actor|tojson }}
{% if check.resource %}Resource: {{ check.resource }}
{% endif %}