{% extends "ui/templates/base/layout.html" %} {% block content %}

Configure Role Permissions

Role: {{ role.name }}

Back to roles
{% for permission in permissions %} {% endfor %}
{% if "rbac.manage" in current_user_permissions and "System Admin" in current_user_roles %}{% else %}View-only access{% endif %}
{% endblock %}