{% if batch_actions %} {% endif %} {% for cell in header %} {% endfor %} {% if row_actions %} {% endif %} {% for object in objects %} {% if batch_actions %} {% endif %} {% for column in cells %} {% endfor %} {% if row_actions %} {% endif %} {% else %} {% endfor %}
{% if cell.sortable %} {{ cell.text }} {% if cell.sorted == 'asc' %} {{ tabler_icon('arrow-narrow-down') }} {% elif cell.sorted == 'desc' %} {{ tabler_icon('arrow-narrow-up') }} {% else %} {{ tabler_icon('arrows-sort') }} {% endif %} {% if cell.index %} {{ cell.index }} {% endif %} {% else %} {{ cell.text }} {% endif %}
{{ _('Actions') }}
{{ column.render(request, object) }}
{% for row_action in row_actions %} {{ row_action.render(request, pk(object), object) }} {% endfor %}
{{ _('No results.') }}