{% if batch_actions %} {% endif %} {% for column in columns %} {% endfor %} {% for object in objects %} {% if batch_actions %} {% endif %} {% for column in columns %} {% endfor %} {% endfor %}
{{ column.render_head_cell(request, sorting_helper) }}
{% set link = column.get_link(request, object) if column.has_link else '' %} {% if link %} {{ column(object) }} {% else %} {{ column(object) }} {% endif %}