{% set paginationEnabled = posts.currentPage > 1 or posts.lastPage > 1 or posts.lastPage > posts.currentPage %}
{% partial __SELF__ ~ "::pagination-list" records=posts %}

{{ posts.firstItem }}-{{ posts.lastItem }} of {{ posts.total }}