{% comment %} Gold set table - delegates to reusable paginated table. Expects parent Alpine scope: tableGoldSets, tableLoading, totalCount, currentPage, pageSize, hasPrev, hasNext, firstPage, prevPage, nextPage, lastPage Params: title, columns {% endcomment %} {% include "eval/components/_paginated_table.html" with rows_key="tableGoldSets" page_size_key="pageSize" title=title columns=columns row_click_url_key="detail_url" show_actions=show_actions actions=actions empty_message="No gold sets match the current filters." selectable=True bulk_delete_fn="bulkDeleteGoldSets" %}