{% extends "base.html" %} {% from "components/text_input.html" import TextInput %} {% from "components/options_input.html" import OptionsInput %} {% from "components/date_input.html" import DateInput %} {% block content %} {% include "fragments/flash.html" %}
{{ form.csrf_token }}

Task Order

DoD Contract Security Classification Specification

Download your Task Order Packet.

{{ TextInput(form.number) }} {{ TextInput(form.number_confirm) }} {{ TextInput(form.loa) }}

Add another LOA

I certify that the task order information above is accurate and that funding has been allocated to the above task order.

{% endblock %}