{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block content %} {% block pagetitle %}

{{ title }}

{% endblock %}

{% blocktrans trimmed %} Are you sure you want to restart? You will not be able to access this web interface for a few minutes until the system is restarted. {% endblocktrans %}

{% if manual_page %}

{% trans 'Learn more...' %}

{% endif %} {% include "power_busy_warning.html" %}
{% csrf_token %} {{ form|bootstrap }} {% if pkg_manager_is_busy %} {% else %} {% endif %}
{% endblock %}