{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %} {% if is_new %} Set Up Email Notifications - {{ site_name }} {% else %} Email Settings - {{ site_name }} {% endif %} {% endblock %} {% block content %}

Email

Get an email message when check goes up or down.

{% if use_verification %}

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

{% endif %}

Integration Settings

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