{% 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() %}

{% if listType=='manufacturer' %} {{ translate({ ident: "BRAND" }) }} {% elseif listType=='vendor' %} {{ translate({ ident: "VENDOR" }) }} {% endif %}

{% endif %} {% endif %} {% endcapture %} {% capture append = "oxidBlock_content" %} {% block page_list_listhead %} {% if listType=='manufacturer' or listType=='vendor'%}
{% if showPopBreadcrump %}
{% include "widget/breadcrumb.html.twig" %}
{% endif %} {{ actCategory.getTitle() }} {% if actCategory and actCategory.getShortDescription() and oPageNavigation.actPage == 1 %}
{{ actCategory.getShortDescription()|raw() }}
{% endif %}
{% if actCategory.getIconUrl() %}
{{ translate({ ident:
{% endif %}
{% else %}
{% if showPopBreadcrump %}
{% include "widget/breadcrumb.html.twig" %}
{% endif %}

{{ oView.getTitle() }}

{% if actCategory and actCategory.getShortDescription() and oPageNavigation.actPage == 1 %}
{{ actCategory.getShortDescription()|raw() }}
{% endif %} {% if actCategory.oxcategories__oxlongdesc.value and oPageNavigation.actPage == 1 %} {% block page_list_long_desc %}
{{ include(template_from_string(actCategory.oxcategories__oxlongdesc)) }}
{% endblock %} {% endif %}
{% if actCategory.oxcategories__oxthumb.value and actCategory.getThumbUrl() %}
{{ translate({ ident:
{% endif %}
{% endif %} {% if oView.hasVisibleSubCats() %}
{% set iSubCategoriesCount = 0 %}
{% for category in oView.getSubCatList() %} {% if category.getIsVisible() %} {% set iSubCategoriesCount = iSubCategoriesCount+1 %} {% set iconUrl = category.getIconUrl() %} {% 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 %} {% if iconUrl %} {{ iconAltAttribute }} {% else %} {{ iconAltAttribute }} {% 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 %} {{ iconAltAttribute }} {{ ocont.oxcontents__oxtitle.value }} {% endfor %} {% endif %} {% endfor %}
{% endif %} {% endblock %} {% block page_list_listbody %} {% if oView.getArticleList() %} {% set categoryWidth = oViewConf.getViewThemeParam('sCategoryWidth') %}
{% if oView.getArticleList() %} {% block page_list_upperlocator %} {% include "widget/locator/listlocator.html.twig" with {locator: oView.getPageNavigationLimitedTop(), attributes: oView.getAttributes(), listDisplayType: true, itemsPerPage: true, sort: true} %} {% endblock %} {% endif %}
{% if oView.getArticleList() %} {# List types: grid|line #} {% block page_list_productlist %} {% include "widget/product/list.html.twig" with {type: oView.getListDisplayType(), listId: "productList", products: oView.getArticleList()} %} {% endblock %} {% block page_list_bottomlocator %} {% include "widget/locator/listlocator.html.twig" with {locator: oView.getPageNavigationLimitedBottom(), place: "bottom"} %} {% endblock %} {% endif %}
{% block page_list_content %}{% endblock %} {% include_content 'oxstartslot4' ignore missing %} {% endif %} {% endblock %} {{ insert_tracker() }} {% endcapture %} {% include "layout/page.html.twig" with {tree_path: oView.getTreePath()} %}