{% load i18n %} {% for task in object_list %} {% include "todo/todolist_item.html" with button_type_class=" button--transparent button--narrow" %} {% empty %}
{% trans "No pending task." %}