{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block status %} {{ block.super }}
{% url 'config:index' as index_url %} {% if domainname %} {% blocktrans trimmed with domainname=domainname %} Your XMPP server domain is set to {{ domainname }}. User IDs will look like username@{{ domainname }}. You can setup your domain on the system Configure page. {% endblocktrans %} {% else %} Your XMPP server domain is not set. You can setup your domain on the system Configure page. {% endif %}
{% endblock %} {% block page_js %} {% endblock %}