{% if pager.haveToPaginate %}
{{ 'section.viewing'|trans({ '%viewing%': pager.currentPageResults|length, '%total%': pager.nbResults})|desc('Viewing %viewing% out of %total% items')|raw }}
{{ pagerfanta(pager, 'ibexa') }}
{% endif %}