{% extends "applications/base.html" %} {% from "components/alert.html" import Alert %} {% from "components/icon.html" import Icon %} {% from "components/modal.html" import Modal %} {% from 'components/save_button.html' import SaveButton %} {% set secondary_breadcrumb = 'portfolios.applications.new_application_title' | translate %} {% block portfolio_header %} {% include "portfolios/header.html" %} {{ StickyCTA(text=('portfolios.applications.new.step_2_header' | translate({"application_name": application.name}) ), context="Step 2 of 3") }} {% endblock %} {% block application_content %} {% set modalName = "newApplicationConfirmation" %} {% include "fragments/flash.html" %}

{{ 'portfolios.applications.new.step_2_description' | translate }}


{{ 'portfolios.applications.environments_heading' | translate }}
{{ form.csrf_token }}
{# this extra div prevents this bug: https://www.pivotaltracker.com/story/show/160768940 #}
{{ Alert(message=None, level="error", vue_template=True) }}
{% endblock %}