{# Coffee House Pagination Component. Usage: {% with current_page=3, total_pages=10, base_url="/admin/users" %} {% include "components/pagination.html" %} {% endwith %} Renders DaisyUI join pagination with prev/next and page numbers. Preserves existing query string params (appends/replaces ?page=N). #} {% if total_pages is defined and total_pages > 1 %}