{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}shut_down_form{% endblock %} {% block form_action %}{% url 'horizon:admin:hypervisors:shutdown' %}?{{ request.GET.urlencode }}{% endblock %} {% block modal-body %} {% block Description %}

{% trans "Description:" %}

{% trans "Shutdown node(s) starting migration of VM." %}

{% endblock Description %} {% include "hypervisors/_vm_table.html" %}
{% include "horizon/common/_form_fields.html" %}
{% endblock %}