{% extends "base.html" %} {% block title %}Permission Rules{% endblock %} {% block extra_head %} {% include "_permission_ui_styles.html" %} {% include "_debug_common_functions.html" %} {% endblock %} {% block content %}
Use this tool to view the permission rules that allow the current actor to access resources for a given permission action. It queries the /-/rules.json API endpoint.
Current actor: {{ request.actor.get("id", "anonymous") }}
{% else %}Current actor: anonymous (not logged in)
{% endif %} {% endblock %}