{#
Shared pager. Rendered only when there is more than one page, so a small
library shows nothing at all rather than a lone disabled "1".
#}
{% if pager.pages > 1 %}
{% if pager.page > 1 %}
Previous
{% endif %}
Page {{ pager.page }} of {{ pager.pages }} ยท {{ pager.total }} items
{% if pager.page < pager.pages %}
Next
{% endif %}