2018-10-20 19:09:40 +03:00

14 lines
336 B
HTML

{% load hc_extras humanize %}
{{ check.desc|safe }}
{% if check.kind == "simple" %}
**Period:** {{ check.timeout|hc_duration }}
{% endif %}
{% if check.kind == "cron" %}
**Schedule:** {{ check.schedule|escapejs }}
{% endif %}
**Last Ping:** {{ check.last_ping|naturaltime }}
[Full Details @ {% site_name %}]({{ check.details_url }})