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

{% trans "Status" %}

{% url 'names:index' as names_url %} {% if domain_name %} {% blocktrans trimmed with domain_name=domain_name %} Your XMPP server domain is set to {{ domain_name }}. User IDs will look like username@{{ domain_name }}. You can setup your domain on the system Name Services page. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Your XMPP server domain is not set. You can setup your domain on the system Name Services page. {% endblocktrans %} {% endif %}

{% endblock %}