{% load i18n %} {% block main %}
{% include "pudding/components/table/table_controls.html" %} {% if queryset %}
{% for column in columns %} {% endfor %} {% if show_actions_column %} {% endif %} {{ rows }}
{% include 'pudding/components/table/header_checkbox.html' %}{{ column.label }}{% trans "Actions" %}
{# --- Bulk actions dock ---------------------------------------- #}
{% if bulk_actions %} {{ bulk_actions }} {% else %} No actions available for this table {% endif %}
{% else %} {% include 'pudding/components/table/_table_empty_state.html' %} {% endif %} {% include 'pudding/components/table/pagination.html' %}
{% endblock main %}