{include file="phoenix/system/_header.html"} {include file="phoenix/system/_breadcrumbs.html"} {if $message} {foreach $message as $info} {include file="phoenix/system/_message.html"} {/foreach} {/if}
{$pagination}
{section name=i loop=$reviews} {if $smarty.section.i.first}
{/if} {if $smarty.section.i.last}
{$lang.table_heading_number} {$lang.table_heading_author} {$lang.table_heading_rating} {$lang.table_heading_read} {$lang.table_heading_date_added}
{$smarty.section.i.rownum|number_format} {$reviews[i].customers_name}
{$reviews[i].read} {$reviews[i].date_added} {$lang.button_view}
{/if} {sectionelse} {/section}

{$pagination}
{include file="phoenix/system/_footer.html"}