mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-02-21 11:46:07 +00:00
9 lines
237 B
HTML
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 %}
|