{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body %} {% if show_attach %}

{% trans "Attach To Instance" %}

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