{% load i18n %}{% spaceless %}
{% for item in automations %}
{% if item.dashboard_template %} {% include item.dashboard_template with automation=item %} {% else %} {% include "automations/includes/dashboard_item.html" with automation=item %} {% endif %}
{% endfor %}
{% endspaceless %}