{% extends 'horizon/common/_modal_form.html' %} {% load i18n %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:solum:applications:launch' application_id %}{% endblock %} {% block modal-header %}{% trans "Deploy Application" %}{% endblock %} {% block modal_id %}launch_application_modal{% endblock %} {% block modal-body-right %}
{% trans "The ID of the DU image is optional, You can deploy the applications without this." %}
{% endblock %}