{% include 'doctype.html'%} Health check - {{config.name}}

{{config.name}}

Scanned {{count_total}} row{% if count_total != 1 %}s{% endif %} for {{config.alerts|length}} condition{% if config.alerts|length != 1 %}s{% endif %}
{{count_alerts}} alert{% if count_alerts != 1 %}s{% endif %} & {{count_warnings}} warning{% if count_warnings != 1 %}s{% endif %}
{% if show_all %} {% else %} {% endif %}
{% if categories|length > 0 %} {% for category in categories %}

{{category.value}}

{% for object in category.objects %} {% include "data_sniffer/row.html" %} {% endfor %} {% include "data_sniffer/empty.html" %}
{% endfor %} {% else %}
{% for object in objects %} {% include "data_sniffer/row.html" %} {% endfor %} {% include "data_sniffer/empty.html" %}
{% endif %}