{foreach $list $k $v}
{$v['text']}
{foreach $v['list'] $nk $nv}
{$nv}
{/foreach}
{/foreach}