{% if has_batch_actions %} {% endif %} {% for column in table.columns %} {% endfor %} {% if has_object_actions %} {% endif %} {% for object in objects %} {% set object_actions = table.get_object_actions(request, object) %} {% if has_batch_actions %} {% endif %} {% for columm in table.columns %} {% endfor %} {% if has_object_actions %} {% endif %} {% endfor %}
{{ column.render_head_cell(request) }}
{{ columm.render(request, object) }}