{% extends "emails/base.html" %}
{% load hc_extras %}
{% block content %}
Hello,
This is a notification sent by {% site_name %}.
The check {{ check.name_then_code }}
has gone {{ check.status|upper }}.
Here is a summary of all your checks:
{% include "emails/summary-html.html" %}
{% if show_upgrade_note %}
P.S.
Find this service useful? Support it by upgrading to
a premium account!
{% endif %}
Thanks,
The {% escaped_site_name %} Team
{% endblock %}