{% extends 'task_orders/_new.html' %} {% from "components/text_input.html" import TextInput %} {% from "components/options_input.html" import OptionsInput %} {% from "components/date_input.html" import DateInput %} {% from "components/multi_checkbox_input.html" import MultiCheckboxInput %} {% block heading %} What You're Building {% endblock %} {% block form %} {% include "fragments/flash.html" %}

Basic Information

{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization") }} {{ TextInput(form.scope, paragraph=True) }}

Not sure how to describe your scope? Read some Sample Scopes to get an idea of what is appropriate.

{{ OptionsInput(form.defense_component) }}

About Your Project

{{ OptionsInput(form.app_migration) }} {{ OptionsInput(form.native_apps) }} {{ MultiCheckboxInput(form.complexity, form.complexity_other) }}

About Your Team

{{ MultiCheckboxInput(form.dev_team, form.dev_team_other) }} {{ OptionsInput(form.team_experience) }}

Market Research

The JEDI Cloud Computing Program Office (CCPO) has completed the market research requirement for all related task orders. The Department of Defense CIO has approved this research. View JEDI Cloud Market Research

{% endblock %}