20 lines
599 B
HTML
20 lines
599 B
HTML
{% from "components/icon.html" import Icon %}
|
|
|
|
<p>
|
|
The next step is to create a Task Order associated with JEDI Cloud.
|
|
Please contact a Contracting Officer (KO), Contracting Officer
|
|
Representative (COR), or a Financial Manager to help with this step.
|
|
</p>
|
|
<p>
|
|
Once the Task Order has been created, you will be asked to provide
|
|
details about the task order in the Financial Verification step.
|
|
</p>
|
|
|
|
<div class='alert__actions'>
|
|
<a href='/help' class='icon-link'>
|
|
{{ Icon('help') }}
|
|
Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
|
</a>
|
|
</div>
|
|
|