{if $tsTopUsers.semana == 0}
No hay top usuarios semanales
{/if}
{foreach from=$tsTopUsers.semana key=i item=u}
{/foreach}
{if $tsTopUsers.ayer == 0}
No hay top usuarios de ayer
{/if}
{foreach from=$tsTopUsers.ayer key=i item=u}
{/foreach}
{if $tsTopUsers.mes == 0}
No hay top usuarios del mes
{/if}
{foreach from=$tsTopUsers.mes key=i item=u}
{/foreach}
{if $tsTopUsers.historico == 0}
No hay top de usuarios
{/if}
{foreach from=$tsTopUsers.historico key=i item=u}
{/foreach}