{# Datastar-aware pagination for the cost drivers table. Uses data-on:click to update $driverPage signal and trigger SSE fetch. Expects: pagination (PaginationContext) #} {% if pagination.total_items > 0 %}
Showing {{ pagination.start_index }} to {{ pagination.end_index }} of {{ pagination.total_items }} results
{% if pagination.total_pages > 1 %} {% endif %}