{% set totalPage = (totalCount / numItemsPerPage) | round(0, 'ceil') %} {% if totalPage > 0 %}
{{ 'Page {current} of {totalPage}' | trans({'{current}': current, '{totalPage}': totalPage}) }}
{% endif %}