{% if place == "bottom" %}
{% include "widget/locator/paging.html.twig" with {pages: locator, place: place} %}
{% else %}
{% include "widget/locator/attributes.html.twig" %} {% if sort %} {% include "widget/locator/sort.html.twig" %} {% endif %} {% if itemsPerPage %} {% include "widget/locator/itemsperpage.html.twig" %} {% endif %} {% if listDisplayType %} {% include "widget/locator/listdisplaytype.html.twig" %} {% endif %}
{% endif %}