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

{{ title }}

{% trans "Are you sure that you want to delete this server?" %}

{% trans "Endpoint" %} {{ peer_endpoint }}
{% trans "Public Key" %} {{ peer_public_key }}
{% csrf_token %}
{% endblock %}