{# Manual pagination controls - reusable fragment #} {# Used directly for manual pagination, and as fallback for js/htmx #}
{% if prev_page %} {% if page > 2 %} ← Previous {% endif %} {{ page }} / {{ total_pages }} {% if has_next %} Next → {% endif %}