-
{foreach from=$menus item=menu key=k name=foo}
{if $menu.action}
- {$menu.label} {else}
-
{$menu.label}
{if $menu.children}
-
{foreach from=$menu.children item=child}
- {$child.label} {/foreach}
{/if}
{/foreach}
{literal} {/literal}