{% extends "base.html" %}{% block title %}Roles & ACL{% endblock %}{% block page_title %}Roles & ACL{% endblock %} {% block content %}
Confidentiality rule: Anonymous reporter identity is visible only to roles with “View protected reporter identity.” Grant global scope sparingly.
{% for role in roles %}

{{ role.name }}

{{ role.code }}

{{ role.scope|title }}
{% for permission in permissions %}{% endfor %}
{% endfor %}
{% endblock %}