{% extends "base.html" %} {% block title %}Alerts{% endblock %} {% block heading %}{% endblock %} {% block pageid %}alerts{% endblock %} {% load static %} {% block headcontents %} {{ block.super }} {% endblock %} {% block content %} {% if messages %}
{{ m }}
{% endfor %}This is the central page for managing phone and email alerts. From here, you can create new contacts and notifications, edit or delete existing ones, and test and verify contacts.
The general procedure is:
More detailed documentation is provided here.
Note: email alerts in ER14 and O3 will come from the gravitationalwave.services
domain.
{% if contact.verified %} Test {% else %} {% endif %} | Edit | Delete |
{{ contact.description }} | {{ contact.display }}
{% if contact.verified %}
Verified
{% else %}
Not verified
Verify
{% endif %}
|
Edit | Delete | {{ notification.description }} | {{ notification.display }} |