{# 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 %} {% if local_model_dashboard and pagination.total_items > 5 and pagination.page_size == 5 %} {% endif %}
{% endif %}