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

{{ title }}

{% if msg %}
{{ msg }}
{% endif %}

{{ grant_title }}



{{ revoke_title }}

{% for grant in grants %} {% else %}

{{ empty }}.

{% endfor %} {% endblock %}