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

Are you sure you want to proceed?

{% with role_req.requester as user %} If you proceed you will {% if allow %} approve {% else %} deny {% endif %} user {{ user.username }}'s

{% include "users/tooltipdesc.html" %}
request for role {{ role_req.requested_role.name }}
{{ role_req.requested_role.description }}
. {% if delegate %}Further, you will be giving the user the ability to give the role to other users.{% endif %} {% endwith %}

{% csrf_token %}
{% endblock %}