{% extends "portfolios/base.html" %} {% from "components/sticky_cta.html" import StickyCTA %} {% from "components/modal.html" import Modal %} {% block portfolio_content %}
{{ form.csrf_token }} {% call StickyCTA(text=('task_orders.form.sticky_header_text' | translate({"step": step}) )) %} {% block next_button %} {% endblock %} {% if step != "1" %} Previous {% endif %} {{ "common.cancel" | translate }} {% endcall %} {% call Modal(name='cancel', dismissable=True) %}

Do you want to save this draft?

{% endcall %} {% include "fragments/flash.html" %}
{% block to_builder_form_field %}{% endblock %}
{% endblock %}