{% for _block in oxidBlock_sidebar %} {{ _block|raw }} {% endfor %} {% block sidebar %} {% block sidebar_categoriestree %} {% if oView.getClassKey() == 'alist' %} {{ include_widget({ cl: "oxwCategoryTree", cnid: oView.getCategoryId(), deepLevel: 1, noscript: 1, nocookie: 1 }) }} {% endif %} {% endblock %} {# includes nothing usable and is used anywhere, only for "compatibility" with outdated modules - deprecated #} {% block sidebar_tags %}{% endblock %} {% block sidebar_partners %} {# {% include "widget/sidebar/partners.html.twig" %}#} {% endblock %} {# includes nothing usable and is used anywhere, only for "compatibility" with outdated modules - deprecated #} {% block sidebar_boxproducts %}{% endblock %} {% block sidebar_recommendation %} {% if oViewConf.getShowListmania() and oView.getSimilarRecommListIds() %} {{ include_widget({ nocookie: 1, cl: "oxwRecommendation", aArticleIds: oView.getSimilarRecommListIds(), searchrecomm: oView.getRecommSearch() }) }} {% elseif oViewConf.getShowListmania() and oView.getRecommSearch() %} {{ include_widget({ nocookie: 1, cl: "oxwRecommendation", _parent: oView.getClassKey(), searchrecomm: oView.getRecommSearch() }) }} {% endif %} {% endblock %} {# includes nothing usable, only for "compatibility" with outdated modules - deprecated #} {% block sidebar_social %}{% endblock %} {% block sidebar_contact %} {% include "widget/sidebar/contact.html.twig" %} {% endblock %} {% block sidebar_extra %} {% include "widget/sidebar/extra.html.twig" %} {% endblock %} {% endblock %}