{% 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 %} {% block heading %} What You're Building {% endblock %} {% block form %} {% include "fragments/flash.html" %}

Basic Information

{{ TextInput(form.portfolio_name) }} {{ TextInput(form.scope, paragraph=True) }} {{ OptionsInput(form.defense_component) }}

About Your Project

{{ OptionsInput(form.app_migration) }} {{ OptionsInput(form.native_apps) }} {{ OptionsInput(form.complexity) }} {{ TextInput(form.complexity_other) }}

About Your Team

{{ OptionsInput(form.dev_team) }} {{ TextInput(form.dev_team_other) }} {{ OptionsInput(form.team_experience) }}

Market Research

View JEDI Market Research Memo

{% endblock %}