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

{% trans "Edit monitoring preferences" %}

{% if MODERATION_ENABLED and entity.state != "published" %}

{{ entity }} ({{ entity.state }})

{% else %}

{{ entity }}

{% endif %}

{% 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 %}