{% extends "privileges/base.html" %}
{% load bootstrap_tags %}
{% block body %}
Are you sure you really want to delete the grant?Grant Deletion
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 }} |