{%- if this.showResultsCount and this.numResults is not null -%} {% block counter %} {{ 'paginator.results'|trans({'%count%': this.numResults|format}, this.translationDomain)|raw }} {% endblock %} {%- endif -%}
{% set has_previous_page = this.hasPreviousPage %} {% set has_next_page = this.hasNextPage %} {% if has_previous_page or has_next_page %} {% set current_page = this.getCurrentPage %} {% set page_link_css_class = this.pageLinkCssClass %} {% set is_rtl = this.isRtl %} {% endif %}