{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block status %} {% if config_running %}

{% trans "Status" %}

{% trans "Tor configuration is being updated" %}

{% else %} {{ block.super }} {% if status.hs_enabled %}
{% trans "Onion Service" %} {% trans "Status" %} {% trans "Ports" %}
{{ status.hs_hostname }} {{ status.hs_status }} {{ status.hs_services|join:', ' }}
{% endif %} {% endif %} {% endblock %} {% block internal_zone %} {% if not config_running %} {{ block.super }} {% endif %} {% endblock %} {% block page_js %} {% endblock %}