{# pages/role_form.html — role edit with permission matrix #} {% extends "base.html" %} {% block title %}{% if role %}Edit Role{% else %}Create Role{% endif %} — {{ title | default("Admin") }}{% endblock %} {% block breadcrumb %} {{ super() }} / Roles / {% if role %}{{ role.name }}{% else %}Create{% endif %} {% endblock %} {% block content %}

Role Details

Permissions

Select tables and configure actions for this role.

{% include "partials/permission_widget.html" with context %}
Cancel
{% endblock %}