{% if oCategoryList.count() %}
{% for oCategory in oCategoryList %} {% set blShowSubcatPic = oViewConf.getViewThemeParam("blShowSubcatPic") %}
{% include "widget/category/category_item.html.twig" with {oCategory: oCategory, blShowSubcatPic: blShowSubcatPic} %}
{% endfor %}
{% endif %}