{% extends "privileges/base.html" %} {% load bootstrap_tags %} {% block body %}

Grant Deletion

Are you sure you really want to delete the grant?

Grantee{{ grant.grantee }}
Grantor{{ grant.grantor }}
Effective Period {% if grant.end %} {{ grant.start }} through {{ grant.end }} {% else %} Starts {{ grant.start}} {% endif %}
Privilege{{ grant.privilege }}
Delegation Count{{ grant.redelegate_count }}
Created{{ grant.date_created }}
{% csrf_token %} {{ form|as_bootstrap }}
Cancel
{% endblock %}