{% if can_delete or can_edit %} {% endif %} {% for col in columns %} {% endfor %} {% if can_edit or can_delete %}{% endif %} {% for row in rows %} {% if can_delete or can_edit %} {% endif %} {% for col in columns %} {% endfor %} {% if can_edit or can_delete %} {% endif %} {% endfor %} {% if rows | length == 0 %} {% endif %}
{{ col }} {% if order_by == col %} {% if order_dir == "asc" %} {% else %}{% endif %} {% endif %} Actions
{% if loop.index == 1 and can_edit %} {% if column_types[col] == "Image" %} {% if row.data[col] %}{{ row.data[col] | basename }}{% endif %} {% elif column_types[col] == "File" %} {{ row.data[col] | basename }} {% else %} {{ row.data[col] }} {% endif %} {% elif column_types[col] == "Image" %} {% if row.data[col] %}{{ row.data[col] | basename }}{% endif %} {% elif column_types[col] == "File" %} {{ row.data[col] | basename }} {% else %} {{ row.data[col] }} {% endif %}
{% if can_edit %} {% endif %} {% if can_delete %} {% endif %}
No records found.

Page {{ page }} of {{ total_pages }}

{% if page > 1 %} {% endif %} {% for p in range(1, total_pages + 1) %} {% if p == page %} {{ p }} {% elif p == 1 or p == total_pages or (p >= page - 2 and p <= page + 2) %} {% elif p == page - 3 or p == page + 3 %} {% endif %} {% endfor %} {% if page < total_pages %} {% endif %}