{# {{ script({ add: "$('a.js-external').attr('target', '_blank');", dynamic: __oxid_include_dynamic }) }} #} {% 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()|cat(" ")|cat(search_head)|cat(' "')|cat(oView.getSearchParamForHtml())|cat('"') %} {% 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() %} {% 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 %}
{% endblock %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% set template_title = "SEARCH"|translate %} {% include "layout/page.html.twig" with {title: template_title, location: "SEARCH"|translate} %}