{% capture append = "oxidBlock_content" %} {% set search_title = "SEARCH"|translate %} {% set searchparamforhtml = oView.getSearchParamForHtml() %} {% set template_title = search_title ~ "-" ~ searchparamforhtml %} {% set search_head = "HITS_FOR"|translate %} {% set search_head = oView.getArticleCount() ~ " " ~ search_head ~ ' "' ~ oView.getSearchParamForHtml() ~ '"' %} {% set showPopBreadcrump = oViewConf.getViewThemeParam('sShowPopBreadcrump') %} {% block search_header %}
{{ 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 %}