{% if warning_count %}
{{ warning_count }} warning{{ "s" if warning_count != 1 else "" }}
{% endif %}
{% if error_count %}
{{ error_count }} error{{ "s" if error_count != 1 else "" }}
{% endif %}
{% if include_deploy %}
including deploy checks
{% endif %}
{% for check in checks %}
{% if check.status == "passed" %}
{{ check.name }}
{% else %}
{% if check.status == "error" %}
{% else %}
{% endif %}
{{ check.name }}{{ check.issues|length }} issue{{ "s" if check.issues|length != 1 else "" }}
{# `divide-y` puts a border between adjacent children but not at
the bottom — replaces the per-row `{% if not loop.last %}`. #}