-
{$paging}
{if $items}
{foreach from=$items item=i name=foo}
{/foreach}
{else}
{$lang.in}:
{foreach from=$i.categories item=e}
{foreach from=$e item=c name=foo}
{$categories[$c].name} {if !$smarty.foreach.foo.last} \ {/if}
{/foreach}
{/foreach}
{$currency.symbol}{$i.price}
{$i.sales} {$lang.sales}{$lang.no_items}
{/if}
-
{$paging}
{else}
{/if}
{/section}