{% 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_acceptance_alert.html") }} {% elif pending_ccpo_approval %} {% call Alert('Pending CCPO Approval') %}

The CCPO will review and respond to your Financial Verification submission in 3 business days. You will be notified via email or phone.

Once the financial verification is approved you will be invited to create your JEDI Workspace and set-up your projects. Click here for more details.

{% endcall %} {% endif %}

Request Details


#{{ request_id }} {{ status }}

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