{% set actCategory = oView.getActiveCategory() %} {% set showPopBreadcrump = oViewConf.getViewThemeParam('sShowPopBreadcrump') %} {% set oPageNavigation = oView.getPageNavigation() %} {% capture append = "oxidBlock_sidebar" %} {% set listType = oView.getListType() %} {% if listType=='manufacturer' or listType=='vendor' %} {% if actCategory and actCategory.getIconUrl() %}
{% endif %}
{{ category.oxcategories__oxtitle.value }}
{% if oView.showCategoryArticlesCount() and (category.getNrOfArticles() > 0) %}
({{ category.getNrOfArticles() }})
{% endif %}
{% endif %}
{% if category.getContentCats() %}
{% for ocont in category.getContentCats() %}
{% if listType=='manufacturer' or listType=='vendor' %}
{% set iconAltAttribute = translate({ ident: "MANUFACTURER_IMAGE_ALT", args: category.oxcategories__oxtitle.value }) %}
{% else %}
{% set iconAltAttribute = translate({ ident: "CATEGORY_IMAGE_ALT", args: category.oxcategories__oxtitle.value }) %}
{% endif %}
{{ ocont.oxcontents__oxtitle.value }}
{% endfor %}
{% endif %}
{% endfor %}