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

{% translate "Stop receiving events" %}

{% csrf_token %}

{% blocktranslate trimmed with name=federatedhost.name %} Are you sure you want to remove the connection to "{{ name }}" and stop receiving events from them? {% endblocktranslate %}

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