{ if isset($menutabs) }
{foreach from=$tabinputs item=tabinput}
{/foreach}
{foreach from=$menutabs item=tab}
{$tab.name}
{/foreach}
{/if}