{% extends "base.html" %} {% block content %}

{{ title }}

{% if msg %}

{{ msg }}

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

Comment:

{% endif %}
{% if grants %}

{{ revoke_title }}

{% for grant in grants %} {% include "role_card.html" %} {% endfor %}
{% else %}

{{ empty }}

{% endif %} {% assets "shrunk_js" %} {% endassets %} {% endblock %}