{% extends 'task_orders/_new.html' %} {% from "components/edit_link.html" import EditLink %} {% from "components/required_label.html" import RequiredLabel %} {% from "components/icon.html" import Icon %} {% block heading %} Review & Download {% endblock %} {% block form %} {% include "fragments/flash.html" %} {% if task_order %} {% set edit_link = EditLink(url_for("task_orders.new", screen=1, task_order_id=task_order.id)) %} {% else %} {% set edit_link = EditLink(url_for("task_orders.new", screen=1)) %} {% endif %}

Scope (Statement of Work) {{ edit_link }}

{{ task_order.scope or RequiredLabel() }}

Period of Performance length {{ edit_link }}

{{ task_order.period or RequiredLabel() }}

Total funding requested {{ edit_link }}

{{ task_order.budget }}

Generated Documents


Invite Signatories/Collaborators

Financial Oversight

{% if task_order.ko_first_name %} {{ task_order.ko_first_name }} {{ task_order.ko_last_name }} {% else %} {{ RequiredLabel() }} {% endif %} (Contracting Officer)

{% if task_order.ko_first_name %} {{ task_order.cor_first_name }} {{ task_order.cor_last_name }} {% else %} {{ RequiredLabel() }} {% endif %} (Contracting Officer Representative)

Invite?
Security Officer

{% if task_order.so_first_name %} {{ task_order.so_first_name }} {{ task_order.so_last_name }} {% else %} {{ RequiredLabel() }} {% endif %} (Security Officer)

{% endblock %} {% block next %}
{% endblock %} {% block form_action %}
{% endblock %}