healthchecks_healthchecks/templates/integrations/zulip_content.html
2024-12-18 09:00:56 +02:00

9 lines
237 B
HTML

{% load hc_extras humanize %}
[{{ check.name_then_code }}]({{ check.cloaked_url }}) is **{{ status|upper }}**{% if flip.reason %} ({{ flip.reason_long }}){% endif %}.
{% if check.desc %}
---
**Description**
{{ check.desc}}
{% endif %}