{% extends "freeadmin/generic_form.html" %} {% block form %}
{% trans "You are about to SHUTDOWN the system, what would you like to do?" %}
{% if standby %}{% trans "Shutdown standby node as well" %}
{% endif %} {% endblock %} {% block buttons %} {% endblock %}