{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block content %} {% block pagetitle %}
{% blocktrans trimmed %} Are you sure you want to shut down? You will not be able to access this web interface after shut down. {% endblocktrans %}
{% if manual_page %} {% endif %} {% include "power_busy_warning.html" %} {% endblock %}