healthchecks/templates/integrations/zulip_content.html

10 lines
278 B
HTML

{% load hc_extras humanize %}
[{{ check.name_then_code }}]({{ check.cloaked_url }}) is **{{ check.status|upper }}**. {% if check.status == "down" %}Last ping was {{ check.last_ping|naturaltime }}.{% endif %}
{% if check.desc %}
---
**Description**
{{ check.desc}}
{% endif %}