{% extends '../requests_new.html.to' %} {% block form %} {% autoescape None %} {% if f.errors %} {% module Alert('There were some errors', message="
Please complete all the fields before submitting.
", level='error' ) %} {% end %}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 %} {% end %} {{ f.uii_ids.label }} {{ f.uii_ids(placeholder="Example: \nDI 0CVA5786950 \nUN1945326361234786950") }} {% for e in f.uii_ids.errors %} {% end %} {{ f.pe_id.label }} {{ f.pe_id(placeholder="Example: 0203752A") }} {% for e in f.pe_id.errors %} {% end %} {{ f.treasury_code.label }} {{ f.treasury_code(placeholder="Example: 1200") }} {% for e in f.treasury_code.errors %} {% end %} {{ f.ba_code.label }} {{ f.ba_code(placeholder="Example: 02") }} {% for e in f.ba_code.errors %} {% end %}