{{ check.check_type.value.replace('_', ' ').title() }}

{{ check.status.value }}

{{ check.message }}

{% if check.duration_ms is not none %}

{{ check.duration_ms }}ms

{% endif %} {% if check.remediation %}

{{ check.remediation }}

{% endif %}