{# Vendored from packages/web/src/governor_web/templates/opportunities/_pagination.html. Audit doesn't run datastar/SSE so the buttons are plain anchors that round-trip through `?page=N` (preserving any active query string the route handler stitched into `pagination.query_string_without_page`). #} {% if pagination.total_items > 0 %}

Showing {{ pagination.start_index }} to {{ pagination.end_index }} of {{ pagination.total_items }} results

{% if pagination.total_pages > 1 %} {% set _qs = pagination.query_string_without_page %} {% set _sep = '&' if _qs else '' %} {% endif %}
{% endif %}