{{ translate({ ident: "NO_ITEMS_FOUND" }) }}
{% endif %} {% if oView.getArticleList() %} {% for product in oView.getArticleList() %} {% include "widget/product/list.html.twig" with {type: oView.getListDisplayType(), listId: "searchList", products: oView.getArticleList(), showMainLink: true} %} {% endfor %} {% endif %} {% if oView.getArticleCount() %} {% block search_bottom_listlocator %} {% include "widget/locator/listlocator.html.twig" with {locator: oView.getPageNavigationLimitedBottom(), place: "bottom"} %} {% endblock %} {% endif %}