{% comment %} Run table - delegates to reusable paginated table. Expects parent Alpine scope: tableRuns, tableLoading, totalCount, currentPage, tableLimit, hasPrev, hasNext, firstPage, prevPage, nextPage, lastPage, colsOpen, cols Params: title, columns {% endcomment %} {% include "eval/components/_paginated_table.html" with rows_key="tableRuns" page_size_key="tableLimit" title=title columns=columns row_click_url_key="detail_url" column_picker_template="eval/components/_run_column_picker.html" empty_message="No runs match the current filters." export_url=export_url export_formats=export_formats selectable=True bulk_delete_fn="bulkDeleteRuns" %}