{% load i18n l10n %}{% spaceless %}
{% for automation, errors in automations %}
{{ automation.get_automation_class.get_verbose_name }} {{ errors|length }}
{% endfor %}
{% endspaceless %}