{foreach from=$menus item=menu key=k name=foo} {if isset($menu.action) && $menu.action}
  • {$menu.label}
  • {else}
  • {$menu.label} {if $menu.children}
    {foreach from=$menu.children item=child}
    {$child.label}
    {/foreach}
    {/if}
  • {/if} {/foreach}