{foreach from=$stCONTENIDO key=id item=sub}
{ if $sub.Desc == "-"}
{ elseif !$sub.Link}
{$sub.Desc}
{ else}
{$sub.Desc}
{ /if}
{/foreach}