{% load i18n %}{% spaceless %}
{% for task in tasks %}
{% include "automations/includes/task_item.html" with task=task %}
{% endfor %}
{% endspaceless %}