{% from "components/sticky_cta.html" import StickyCTA %} {% from "components/save_button.html" import SaveButton %} {% extends "base.html" %} {% block content %}
{% include 'task_orders/new/menu.html' %} {% include "fragments/flash.html" %} {% block form_action %}
{% endblock %}

Task Order Builder
{% block heading %}{% endblock %}

{{ form.csrf_token }} {% block form %} form goes here {% endblock %}
{% block next %}
{% endblock %}
{% endblock %}