{% load i18n %}{% spaceless %} {% if count %}
{% for task in tasks %}
{% include "automations/includes/task_item.html" with task=task %}
{% endfor %}
{% else %} {% if always_inform %}
{% trans "Currently no tasks for you" %}
{% endif %} {% endif %} {% endspaceless %}