{% if caption %} {% endif %} {% for column in columns %} {% endfor %} {% if actions %} {% endif %} {% for row in data %} {% for column in columns %} {% endfor %} {% if actions %} {% endif %} {% empty %} {% endfor %}
{{ caption }}
{% if column.sortable %} {% else %} {{ column.label }} {% endif %} Actions
{% with value=row|get_item:column.field %} {% if column.template %} {% include column.template with value=value row=row %} {% else %} {{ value|default:"-" }} {% endif %} {% endwith %} {% include actions with row=row %}
No results found.
{% if page_obj.has_other_pages %}
Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}
{% if page_obj.has_previous %} {% endif %} {% if page_obj.has_next %} {% endif %}
{% endif %}