{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}select_template{% endblock %} {% block form_action %}{% url 'horizon:project:stacks:select_template' %}{% endblock %} {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-header %}{% trans "Select Template" %}{% endblock %} {% block modal_id %}select_template_modal{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "Use one of the available template source options to specify the template to be used in creating this stack." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}