{% for c in class_list %} {% endfor %} {% for c in class_list %} {% endfor %} {% for p in privilege %} {{ p.name }} {% for c in class_list %} {% endfor %} {% endfor %}
Primary Class {{ star|raw }}

Privilege
{{ c.primary ? star|raw : '' }}
{{ c.id in p.can ? tick : '·' }}

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.