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

{{ title }}

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

{{ grant_title }}


{% if allow_comment %}

Comment:



{% endif %}

{{ revoke_title }}

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

{{ empty }}.

{% endfor %} {% endblock %}