{% macro item(category, options) %} {% set subCategories = getCategoryList({'parentCategory':category.id,'isEnabled':'1'}) %}
  • {{ category.name|default }} {% if subCategories|length > 0 %} {#
    #} {#
    #} {#
    #} {# #} {#
    #} {#
    #} {#
    #} {% endif %}
  • {% endmacro %}