{% for task in results %} {% include "partial/task_list_item.html" with context %} {% endfor %} {% if not results %} {% if q or status != 'null' %} No tasks for this filters {% else %} No tasks created yet {% endif %} {% endif %} {% set _limit = limit|default(30) %} {% set _offset = offset|default(0) %} {% set _next_offset = _offset + results|length %} {% if results|length >= _limit %} {% endif %}