{% extends "base.html" %} {% block title %}Policy editor{% endblock %} {% block content %}

Policy editor

Agent RBAC rules (deny-by-default). {% if not can_manage %}Read-only — requires the Admin or Owner role.{% endif %}

{% if can_manage %}{% endif %} {% for rule in rules %} {% if can_manage %} {% endif %} {% else %} {% endfor %}
DepartmentSkillActionManage
{{ rule[0] }}{{ rule[1] }}{{ rule[2] }}
No policy rules loaded.
{% if can_manage %}
Add rule
{% endif %}

Explain a decision

{% if explanation %}

{{ explanation }}

{% endif %} {% endblock %}