{% load humanize %}

Hello,

This is a notification sent by healthchecks.io.

The check "{{ check.name|default:check.code }}" has gone {{ check.status }}.

Here is a summary of all your checks:

{% for check in checks %} {% endfor %}
Name URL Frequency Last Ping
{% if check.status == "new" %} NEW {% elif now < check.alert_after %} UP {% else %} DOWN {% endif %} {% if check.name %} {{ check.name }} {% else %} unnamed {% endif %} {{ check.url }} {% for label, value in timeout_choices %} {% if check.timeout == value %} {{ label }} {% endif %} {% endfor %} {% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %}

--
Regards,
healthchecks.io