{% extends "base.html" %} {% load i18n %} {% block content %} {% include "entity/menu.html" %}

{% trans "Edit monitoring preferences" %}

{{ entity }}

{% blocktrans %}We monitor each entity in this PEER instance to check if any of its endpoints is down.{% endblocktrans %}

{% blocktrans %}Using this form you can subscribe to the alerts emitted when these errors occur.{% endblocktrans %}

{% csrf_token %}

{{ form.want_alerts }}

{% trans "or" %} {% trans "Cancel" %}
{% endblock %}