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