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

{% trans "I2P Proxies and Tunnels" %}

{% for line in proxies_description %}

{{ line|safe }}

{% endfor %}

{% trans "Launch" %}

{% trans "Anonymous Torrents" %}

{% for line in torrents_description %}

{{ line|safe }}

{% endfor %}

{% trans "Launch" %}

{% endblock %}