{% if iSubContentCatDepth == 1 %} {% for subcontentcatkey, oSubContentCat in oSubContentCats %} {% if loop.first %}
{% endif %}
{{ oSubContentCat.oxcontents__oxtitle.value }} {% set oSubSubContentCats = {} %} {# will be filled by vcms module block extension #} {% block widget_header_categorylist_content_cat %} {% if oSubSubContentCats %} {% include "widget/header/inc/subcontentcategories.html.twig" with {iSubContentCatDepth: iSubContentCatDepth+1, oSubContentCats: oSubSubContentCats} %} {% endif %} {% endblock %}
{% if loop.last %}
{% endif %} {% endfor %} {% else %}
{% for thirdsubcontentcatkey, oSubSubContentCat in oSubContentCats %} {% if iSubContentCatDepth == 2 %}- {% endif %} {{ oSubSubContentCat.oxcontents__oxtitle.value }} {% endfor %}
{% endif %}