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