{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load bootstrap %} {% block description %} {% for paragraph in description %}

{{ paragraph|safe }}

{% endfor %}

{% url 'config:index' as index_url %} {% blocktrans trimmed with domain_name=domain_name %} The Tahoe-LAFS server domain is set to {{ domain_name }}. Changing the FreedomBox domain name needs a reinstall of Tahoe-LAFS and you WILL LOSE DATA. You can access Tahoe-LAFS at https://{{domain_name}}:5678. {% endblocktrans %}

{% endblock %} {% block configuration %}

{% trans "Configuration" %}

{% csrf_token %} {{ form|bootstrap }}

{% trans "Local introducer" %}

{% trans "Pet Name" %} furl
{{ local_introducer.0 }} {{ local_introducer.1 }}
{% csrf_token %}

{% trans "Add new introducer" %}


{% trans "Connected introducers" %}

{% for introducer, furl in introducers %} {% endfor %}
{% trans "Pet Name" %} furl
{{ introducer }} {{ furl }}
{% csrf_token %}
{% endblock %}