{% extends "emails/base.html" %}
{% load hc_extras %}
{% block content %}
The check {{ check.name_then_code|mangle_link }}
has gone {{ check.status|upper }}.
{% if check.status == "down" and check.desc %}
Additional notes:
{{ check.desc|linebreaksbr|urlize }}
{% endif %}
A summary of your checks:
{% include "emails/summary-html.html" %}
Thanks,
The {% site_name %} Team
{% endblock %}
{% block unsub %}
Unsubscribe
{% endblock %}