{% from "components/icon.html" import Icon %} {% extends "base.html" %} {% macro Help(icon_name="", name="", description="", link_text="") %}
{{ Icon(icon_name, classes="task-order-help__icon") }}

{{ name }}

{{ description }}

{{ link_text }}
{% endmacro %} {% block content %}

{{ "task_orders.new.get_started.title" | translate }}

{{ "task_orders.new.get_started.intro" | translate }}

{{ "task_orders.new.get_started.intro2" | translate }}

  • Statement of work
  • Market research
  • Security documentation
  • Various approvals

{{ "task_orders.new.get_started.intro3" | translate }}

{{ "task_orders.new.get_started.intro4" | translate }}

{{ "task_orders.new.get_started.team_header" | translate }}

{{ Help( name="Development Lead", icon_name="computer", description="Your development lead will decide and estimate what types of cloud offerings your group needs.", link_text="Share cloud estimate link") }} {{ Help( name="Security Lead", icon_name="shield", description="Your security lead will review and approve your security classification needs. They will also review and complete a standardized DD-254.", link_text="You'll need their DoD ID number") }} {{ Help( name="Contracting Officer", icon_name="dollar-sign", description="Your contracting officer will review your funding needs and ultimately approve your task order.", link_text="You'll need their DoD ID number") }}
{% endblock %}