{% extends "layouts/dashboard.html" %}
{% block title %}Role permissions — IILMP{% endblock %}
{% block breadcrumbs %}
{% endblock %}
{% block content %}
| Role | Permissions | |
|---|---|---|
| {{ g.name }} | {% with count=g.permissions.count %} {% if count > 0 %} {{ count }} {% else %} 0 {% endif %} {% endwith %} | Edit permissions |
|
No role groups in the database. Without groups, roles cannot be assigned consistently. Seed the standard IILMP groups, then return here to tune fine-grained permissions. docker compose run --rm web python manage.py seed_roles
|
||
{% include "components/icon.html" with name="info" css="callout__icon" stroke_width="2" %} Not selectable in a user's Role field — assign these via a user's "Additional roles" field instead.
| Role | Permissions | |
|---|---|---|
| {{ g.name }} | {% with count=g.permissions.count %} {% if count > 0 %} {{ count }} {% else %} 0 {% endif %} {% endwith %} | Edit permissions |