{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block description %} {% for paragraph in description %}
{{ paragraph|safe }}
{% endfor %}
    {% url 'config:index' as index_url %}
    {% blocktrans trimmed with domain_name=domain_name %}
    The diaspora* pod domain is set to {{ domain_name }}. User
    IDs will look like username@diaspora.{{ domain_name }}
    If the FreedomBox domain name is changed, all data of the users
    registered with the previous podname wouldn't be accessible. 
    You can access the diaspora* pod at  diaspora.{{domain_name}} 
    {% endblocktrans %}