{% set displayInline = not category.enableDescription and not category.singleOption %} {% if displayInline %} {% for option in category.options %} {#{% if option.enableDescription %} {% set displayInline = false %} {% endif %}#} {% if option.displayChildrenInForm %} {% for subcategory in option.subcategories %} {% if subcategory.displayInForm %} {% set displayInline = false %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% if category.displayInForm %} {% set categoryDepth = parentDepth is defined ? parentDepth + 1 : 0 %}