{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}restart_form{% endblock form_id%} {% block form_action %}{% url 'horizon:admin:hypervisors:restart' %}?{{ request.GET.urlencode }}{% endblock form_action%} {% block modal-body %} {% block Description %}
{% trans "Restart node(s) with power management subsystem." %}
{% endblock Description %}