{% 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" %}
Thanks,
The {% escaped_site_name %} Team
{% endblock %}
{% block unsub %}
Unsubscribe
{% endblock %}