healthchecks_healthchecks/templates/integrations/matrix_description.html

6 lines
207 B
HTML

{% load humanize %}
{% if status == "down" %}
{{ check.name_then_code }} is DOWN{% if flip.reason %} ({{ flip.reason_long }}){% endif %}.
{% else %}
{{ check.name_then_code }} is now UP.
{% endif %}