mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
11 lines
443 B
HTML
11 lines
443 B
HTML
{% load hc_extras %}Hello,
|
|
|
|
{% if nag %}This is a {% if nag_period == 3600 %}hourly {% endif %}{% if nag_period == 86400 %}daily {% endif %}reminder sent by {% site_name %}.
|
|
|
|
{% if num_down == 1%}One check is currently DOWN.{% else %}{{ num_down }} checks are currently DOWN.{% endif %}{% else %}This is a {{ monthly_or_weekly }} report sent by {% site_name %}.{% endif %}
|
|
{% include 'emails/summary-text.html' %}
|
|
|
|
|
|
--
|
|
Cheers,
|
|
{% site_name %}
|