{if $topItem}

{$lang.current_featured_item}

{$topItem.name|escape}
{$lang.in} {foreach from=$topItem.categories item=c name=foo1} {$categories[$c].name} {if !$smarty.foreach.foo1.last} \ {/if} {/foreach}

{$currency.symbol}{$topItem.price|string_format:"%.0f"}

{$topItem.sales} {$lang.sales}

{section name=foo1 start=1 loop=6 step=1} {if $topItem.rating >= $smarty.section.foo1.index} {else} {/if} {/section}
{/if}

{$lang.featured_last_six_months}

{if $items} {foreach from=$items item=i name=foo}
{$i.name|escape}
{$lang.in} {foreach from=$i.categories item=c name=foo1} {$categories[$c].name} {if !$smarty.foreach.foo1.last} \ {/if} {/foreach}

${$i.price|string_format:"%.0f"}

{$i.sales} {$lang.sales}

{section name=foo1 start=1 loop=6 step=1} {if $i.rating >= $smarty.section.foo1.index} {else} {/if} {/section}
{/foreach} {else}
{$lang.no_items}
{/if}


{$lang.grid_view} {$lang.list_view}
{$lang.featured_authors}
{if $featuredAuthors} {foreach from=$featuredAuthors item=u name=foo}
{/foreach} {/if}