Add pager team templates

This commit is contained in:
Michal Bryc 2019-03-13 22:11:49 -07:00
parent 738aa8f1d6
commit 3a21f4e4c4
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% load humanize %}
{{ check.name_then_code }} is {{ check.status|upper }}.
{% if check.status == "down" %}
Last ping was {{ check.last_ping|naturaltime }}.
{% endif %}

View File

@ -0,0 +1 @@
{{ check.name_then_code }} is {{ check.status|upper }}