{{ section.key[0] | replace("<", "") | replace(">", "") }}
{% for status in section.status_summary %}{{ status | emoticon }}{% endfor %}
{% for cluster in section["clustered_checks"] %}
{% if not cluster is omitted %}
{% include "check.html" %}
{% endif %}
{% endfor %}