{% comment %} Trace table - delegates to reusable paginated table. Expects parent Alpine scope: tableTraces, tableLoading, totalCount, currentPage, tableLimit, hasPrev, hasNext, firstPage, prevPage, nextPage, lastPage Params: title, columns (trace_table_actions from view) {% endcomment %} {% include "eval/components/_paginated_table.html" with rows_key="tableTraces" page_size_key="tableLimit" title=title columns=columns row_click_url_key="detail_url" show_actions=True actions=trace_table_actions empty_message="No traces match the current filters." selectable=True %}