{% extends "base.html" %} {% from "components/alert.html" import Alert %} {% block content %}
{% include 'requests/menu.html' %} {% if review_comment %} {{ Alert('Changes Requested', message="

CCPO has requested changes to your submission with the following notes:
" + review_comment + "
Please contact info@jedi.cloud or 123-123-4567 for further discussion.

", level='warning') }} {% endif %} {% block form_action %} {% if request_id %}
{% else %} {% endif %} {% endblock %}

{% block heading %}{% endblock %}

New Request
{{ f.csrf_token }} {% block form %} form goes here {% endblock %}
{% block next %}
{% endblock %}
{% endblock %}