{% 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 "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:', ' }} |