{% extends "layout.html" %} {% block title %}Roles & Permissions – {{ admin_title }}{% endblock %} {% block content %}
Predefined roles and their permissions on each entity.
| Entity | View | Create | Edit | Delete |
|---|---|---|---|---|
| {{ entity.label }} | {% if entity.view %}{% else %}—{% endif %} | {% if entity.create %}{% else %}—{% endif %} | {% if entity.edit %}{% else %}—{% endif %} | {% if entity.delete %}{% else %}—{% endif %} |