{% macro RequiredLabel() -%} Response Required {%- endmacro %} {% extends 'requests/_new.html' %} {% from "components/alert.html" import Alert %} {% from "components/text_input.html" import TextInput %} {% from "components/icon.html" import Icon %} {% block subtitle %}

Review & Submit

{% endblock %} {% block form_action %}
{% endblock %} {% block form %}

Before you can submit your request, please take a moment to review the information entered in the form. You may make changes by clicking the edit link on each section. When all information looks right, go ahead and submit.

{% if f.errors or not can_submit %} {{ Alert('Please complete all sections', message="

In order to submit your JEDI Cloud request, you'll need to complete all required sections of this form without error. Missing or invalid fields are noted below.

", level='error' ) }} {% endif %} {% with editable=True %} {% include "requests/_review.html" %} {% endwith %} {% endblock %} {% block next %}
{% endblock %}