{% set pgn = __SELF__.myPaginator %} {% if pgn.total > pgn.perPage %}
{{ (pgn.total / pgn.perPage)|round(0,'ceil') }} {{ 'page.pages'|_ }}
{% endif %}