{% extends "core/settings/settings_base.html" %} {% load crispy_forms_filters %} {% load i18n %} {% block settings_content %}

{% translate "Stop sharing events" %}

{% csrf_token %}

{% blocktranslate trimmed with name=federatedguest.name %} Are you sure you want to remove the connection to "{{ name }}" and stop sharing all events with them? This will also delete all participations that originated from there. {% endblocktranslate %}

{{ form|crispy }} {% translate "Back" %}
{% endblock %}