{% extends "base.html" %} {% block title %}{{ instrument }} Notifications {% endblock %} {% block banner %}{{ instrument }} Notifications {% endblock %} {% block summary %}
Notification registration
Instrument team members can use this page to register for email notification. Select the instrument(s) you want notification for, and an email will be sent to you in case of a DASMON alarm.
{% csrf_token %}
Instrument(s) {{ options_form.instruments }}
Email {{options_form.email }}
Register {{ options_form.register }}

{% endblock %} {% block nocontent %}{% endblock %}