{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block status %} {{ block.super }}
{% blocktrans trimmed %} Use the following URLs to configure your communication server: {% endblocktrans %}
{% for uri in config.uris %}{{ uri }} {% endfor %}
{% blocktrans trimmed %} Use the following shared authentication secret: {% endblocktrans %}
{{ config.shared_secret }}{% endblock %}