{% extends "base.html" %} {% block title %}Policy editor{% endblock %} {% block content %}
Agent RBAC rules (deny-by-default). {% if not can_manage %}Read-only — requires the Admin or Owner role.{% endif %}
| Department | Skill | Action | {% if can_manage %}Manage | {% endif %}
|---|---|---|---|
| {{ rule[0] }} | {{ rule[1] }} | {{ rule[2] }} | {% if can_manage %}{% endif %} |
| No policy rules loaded. | |||
{{ explanation }}
{% endif %} {% endblock %}