{% for field in fields %} {% endfor %} {% for row in rows %} {% include list_row_template %} {% endfor %}
{% if field.meta.label != False %} {{ field.meta.label }} {% endif %}
{% include "workon/views/list/_pagination.html" with objects=queryset object_counter=True %}