{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}power_off_form{% endblock form_id%} {% block form_action %}{% url 'horizon:admin:hypervisors:power_off' %}?{{ request.GET.urlencode }}{% endblock form_action%} {% block modal-body %} {% block Description %}
{% trans "Power off node(s) with power management subsystem without VM migration." %}
{% endblock Description %} {% include "hypervisors/_vm_table.html" %} {% endblock modal-body %}