{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Notification Channels - {% site_name %}{% endblock %} {% block content %}

Email

Get an email message when check goes up or down.

Tip: Add multiple email addresses, to notify multiple team members.

Confirmation needed. After entering an email address, {% site_name %} will send out a confirmation link. Only confirmed addresses will receive notifications.

Integration Settings

{% csrf_token %}
{% if form.value.errors %}
{{ form.value.errors|join:"" }}
{% endif %}
{% endblock %}