{% for column in columns %} {% endfor %} {% for row in rows %} {% include list_row_template %} {% endfor %}
{{ column|safe }}
{% include "workon/views/list/_pagination.html" with objects=queryset object_counter=True %}