Primary Class {{ star|raw }}
Privilege |
{% for c in class_list %}
|
{% endfor %}
{% for c in class_list %}
{{ c.primary ? star|raw : '' }} |
{% endfor %}
{% for p in privilege %}
{{ p.name }} |
{% for c in class_list %}
{{ c.id in p.can ? tick : '·' }} |
{% endfor %}
{% endfor %}
Any privileges marked in
red are orphaned privileges that were found in the database
(in the permissions.Values column) but no longer connected to anything
in the code. They should be cleaned out by hand.