{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_class %}{{ block.super }} horizontal {% if show_attach %}split_half{% else %} no_split{% endif %}{% endblock %} {% block modal-body %} {% if show_attach %}

{% trans "Attach To Instance" %}

{% include "horizon/common/_form_fields.html" %}
{% endif %} {% endblock %} {% block modal-footer %} {% if show_attach %} {% endif %} {% trans "Cancel" %} {% endblock %}