healthchecks/templates/integrations/pagerteam_description.html
2019-03-13 22:11:49 -07:00

6 lines
169 B
HTML

{% load humanize %}
{{ check.name_then_code }} is {{ check.status|upper }}.
{% if check.status == "down" %}
Last ping was {{ check.last_ping|naturaltime }}.
{% endif %}