{% load i18n %}

{% trans "My tasks" %}

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