{% capture append = "oxidBlock_content" %} {% if oView.getActiveRecommList() %} {% set _actvrecommlist = oView.getActiveRecommList() %} {% set recommendation_head = "LIST_BY"|translate %} {% set recommendation_head = _actvrecommlist.oxrecommlists__oxtitle.value ~ " (" ~ recommendation_head ~ " " ~ _actvrecommlist->oxrecommlists__oxauthor->value ~ ")" %}

{{ recommendation_head }}

{% include "widget/locator/listlocator.html.twig" with {locator: oView.getPageNavigation()} %}
{% block recommendations_desc %}
{{ _actvrecommlist.oxrecommlists__oxdesc.value }}
{% if oView.isReviewActive() %}
{% include "widget/reviews/rating.html.twig" with { itemid: "recommid=" ~ _actvrecommlist.getId(), sRateUrl: oViewConf.getSelfLink() ~ "cl=recommlist" } %}
{% endif %}
{% endblock %} {# List types: grid|line #} {% include "widget/product/list.html.twig" with {type: "line", listId: "productList", products: oView.getArticleList(), recommid: _actvrecommlist.getId()} %} {% include "widget/locator/listlocator.html.twig" with {locator: oView.getPageNavigation(), place: "bottom"} %} {% if oView.isReviewActive() %}

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

{% include "widget/reviews/reviews.html.twig" %}
{% endif %} {% else %} {% set hitsfor = "HITS_FOR"|translate %} {% set recommendation_head = oView.getArticleCount() ~ " " ~ hitsfor ~ " "" ~ oView->getSearchForHtml() ~ """ %}

{{ recommendation_head }}

{% include "page/recommendations/inc/list.html.twig" %} {% endif %} {{ insert_tracker() }} {% endcapture %} {% include "layout/page.html.twig" with {sidebar: "Left"} %}