{% 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 %}
{% if showPopBreadcrump %}
{% include "widget/breadcrumb.html.twig" %}
{% endif %}

{{ search_head }}

{% endblock %} {% block search_results %}
{% if oView.getArticleCount() %}
{% else %}

{{ translate({ ident: "NO_ITEMS_FOUND" }) }}

{% endif %}
{% if oView.getArticleList() %} {% block search_list_productlist %} {% include "widget/product/list.html.twig" with {type: oView.getListDisplayType(), listId: "searchList", products: oView.getArticleList(), showMainLink: true} %} {% endblock %} {% endif %} {% if oView.getArticleCount() %} {% block search_bottom_listlocator %} {% include "widget/locator/listlocator.html.twig" with {locator: oView.getPageNavigationLimitedBottom(), place: "bottom"} %} {% endblock %} {% endif %}
{% endblock %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% set template_title = "SEARCH"|translate %} {% include "layout/page.html.twig" with {title: template_title, location: "SEARCH"|translate} %}