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

The following requests will be approved:

{% endif %} {% if denied_reqs %}

The following requests will be denied:

{% endif %}

Do you want to proceed?

{% csrf_token %}
{% endblock %}