{% for r in results %}
{{ '✓' if r.ok else '✗' }} {{ r.label }} {% if r.detail %} {{ r.detail }} {% endif %}
{% endfor %} {% if not results %}
No checks ran.
{% endif %}