{% extends '../requests_new.html.to' %} {% from "components/alert.html" import Alert %} {% block form %} {% if f.errors %} {{ Alert('There were some errors', message="
Please complete all the fields before submitting.
", level='error' ) }} {% endif %}In order to get you access to the JEDI Cloud, we will need you to enter the details below that will help us verify and account for your Task Order.
{{ f.task_order_id.label }} {{ f.task_order_id(placeholder="Example: 1234567899C0001") }} {% for e in f.task_order_id.errors %} {% endfor %} {{ f.uii_ids.label }} {{ f.uii_ids(placeholder="Example: \nDI 0CVA5786950 \nUN1945326361234786950") }} {% for e in f.uii_ids.errors %} {% endfor %} {{ f.pe_id.label }} {{ f.pe_id(placeholder="Example: 0203752A") }} {% for e in f.pe_id.errors %} {% endfor %} {{ f.treasury_code.label }} {{ f.treasury_code(placeholder="Example: 1200") }} {% for e in f.treasury_code.errors %} {% endfor %} {{ f.ba_code.label }} {{ f.ba_code(placeholder="Example: 02") }} {% for e in f.ba_code.errors %} {% endfor %}