{% if (oPageLocator and sPosition == "bottom") or blListDisplayType or blSort or iItemsPerPage %}
{% if oPageLocator and sPosition == "bottom" %}
{% include "widget/locator/paging.html.twig" with {oPageLocator: oPageLocator, sPosition: sPosition} %}
{% endif %}
{% if blListDisplayType or blSort or iItemsPerPage %}
{% if oView.canSelectDisplayType() %}
{% include "widget/locator/listdisplaytype.html.twig" %}
{% endif %}
{% if blSort %}
{% include "widget/locator/sort.html.twig" %}
{% endif %}
{% if iItemsPerPage %}
{% include "widget/locator/itemsperpage.html.twig" %}
{% endif %}
{% endif %}
{% endif %}
{% if sPosition != "bottom" %}
{% include "widget/locator/attributes.html.twig" %}
{% endif %}