{# Datastar-aware pagination for the opportunity explorer. Uses data-on:click to update $expPage 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 %}
{% endif %}