{foreach from=$atributos item=item key=key}
{$item.nombre}:
{foreach from=$item.valores item=itm key=key}
{$itm.nombre}
{/foreach}
{/foreach}