{% extends "base.html" %} {% from "components/alert.html" import Alert %} {% block content %}
{% if financial_verification %} {% include 'requests/review_menu.html' %} {% endif %} {% if pending_ccpo_acceptance %} {{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_approval_alert.html") }} {% endif %} {% if pending_review %} {{ Alert('Your request is being reviewed', message="

You cannot edit your submitted request while it is under review. Your request will be reviewed within 3 business days.

", level='warning' ) }} {% endif %}

Request Details


#{{ request_id }} {{ status }}

{% include "requests/_review.html" %}
{% endblock %}