{if $new_products} {literal} {/literal}
{section name=i loop=$new_products} {/section} {section name=i loop=$new_products} {/section}

{$new_products[i].name}
{if $new_products[i].cena <= 0}{$smarty.const.STRING_NOPRODUCT_IN}{else}{$new_products[i].Price}{/if}
{$new_products[i].name}

{$new_products[i].name}
{if $new_products[i].cena <= 0}{$smarty.const.STRING_NOPRODUCT_IN}{else}{$new_products[i].Price}{/if}
{$new_products[i].name}
{else}
{$smarty.const.STRING_EMPTY_CATEGORY}
{/if}