{% load i18n %}
{% if my_tasks.data %}

{% trans "My tasks" %}

{% for task in my_tasks.data %} {% include "todo/todolist_item.html" with button_type_class="button--transparent" %} {% endfor %}
{% endif %}