{% load param_utils table_header_tag table_row_tag %}
{% if header_action %} {% python_table_header slot=header_action %} {% endif %} {% for column in columns %}{% endfor %} {% for row in rows %}{% python_table_row data=row %}{% endfor %}
{{ column }}
{% if page_obj and elided_page_range %} {% endif %}