{% extends "emails/base.html" %}
{% load hc_extras %}
{% block content %}
Hello,
This is a notification sent by {% site_name %}.
The check {{ check.name_then_code|mangle_link }}
has gone {{ check.status|upper }}.
Here is a summary of your checks:
{% include "emails/summary-html.html" %}
Thanks,
The {% site_name %} Team
{% endblock %}
{% block unsub %}
Unsubscribe
{% endblock %}