{% 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: 0, noscript: 1, nocookie: 1 }) }}
{% endif %}
{% endblock %}
{% block sidebar_tags %}
{% endblock %}
{% block sidebar_partners %}
{% if oView.getClassKey() == "start" %}
{% include "widget/sidebar/partners.html.twig" %}
{% endif %}
{% endblock %}
{% block sidebar_boxproducts %}{% endblock %}
{% block sidebar_social %}
{% endblock %}
{% endblock %}