{% extends "base.html" %} {% block title %}Edit Access Roles{% endblock %} {% block content %}

Role Access Management

Configure which roles can view or execute functions on each app page and feature.

{% for role in roles %} {% if role != 'superadmin' %} {% endif %} {% endfor %}
Role Access Level Editable
superadmin Full access to all pages and functions Not editable
{{ role }}
Editable

Only superadmin users can view and manage role access.

{% endblock %}