{% if batch_actions %}
|
{% endif %}
{% for column in cells %}
{{ column.render(request, object) }}
|
{% endfor %}
{% if row_actions %}
{% for row_action in row_actions %}
{{ row_action.render(request, pk(object), object) }}
{% endfor %}
|
{% endif %}
{% else %}