{% from "role_row.html" import role_row with context %} {% extends "base.html" %} {% block content %}

{{ title }}

{% if msg %}

{{ msg }}

{% endif %} {% if error %}
{{ error }}
{% endif %}
{# The grant role box #}
{% if allow_comment %}

Comment:

{% endif %}
{% for grant in grants %} {{ role_row(grant) }} {% else %}

{{ empty }}

{% endfor %}
{{ bundle('role') }} {% endblock %}