{% extends "base.html" %} {% block title %}Debug permissions{% endblock %} {% block extra_head %} {% endblock %} {% block nav %}
{{ super() }} {% endblock %} {% block content %}Actor: {{ check.actor|tojson }}
{% if check.resource_type %}Resource: {{ check.resource_type }}: {{ check.resource_identifier }}
{% endif %}