{foreach item=category from=$categories name=categories} {if $category.has_children}
  • {$category.name} {if $show_product_count}({$category.product_count}){/if}
    {if isset($expanded[$category.id])} {render_ajax_categories for=$category} {/if}
  • {else}
  • {$category.name} {if $show_product_count}({$category.product_count}){/if}
  • {/if} {/foreach}