{$smarty.const.HOT_NEW}
{section name=i1 loop=$new_products}
{assign var="id" value=$new_products[i1][0]} {if $new_products[i1][2]>0} {/if}
{$new_products[i1][1]}
{if $new_products[i1][3]} {$new_products[i1][1]|escape} {else} No photo {/if}
{$smarty.const.IN_STOCK}: {if $new_products[i1][4] ne 0}{$new_products[i1][4]}{else}{$smarty.const.IN_STOCK_NO}{/if}
{$smarty.const.CURRENT_PRICE}: {$new_products[i1][7]}
{$smarty.const.MORE_ABOUT_PRODUCT} {if $new_products[i1][9]>0} {$smarty.const.ADD_TO_CART_STRING} {/if}
{/section}