{* * Copyright ETS Software Technology Co., Ltd * * NOTICE OF LICENSE * * This file is not open source! Each license that you purchased is only available for 1 website only. * If you want to use this file on more websites (or projects), you need to purchase additional licenses. * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. * * @author ETS Software Technology Co., Ltd * @copyright ETS Software Technology Co., Ltd * @license Valid for 1 website (or project) for each purchase of license *} {if isset($nb_reviews) && $nb_reviews > 0}

{l s='Customer reviews' mod='ets_reviews'}

{$average_grade|floatval|string_format:'%.1f'} {l s='rating of' mod='ets_reviews'} {$nb_reviews|intval} {if $nb_reviews > 1}{l s='reviews' mod='ets_reviews'}{else}{l s='review' mod='ets_reviews'}{/if}
{if $latest_reviews} {foreach from=$latest_reviews item='rv'}
{if isset($rv.avatar) && $rv.avatar} {elseif isset($rv.avatar_caption) && isset($rv.avatar_color)} {$rv.avatar_caption|escape:'html':'UTF-8'} {/if}
{$rv.customer_name|escape:'html':'UTF-8'}
{if isset($rv.verify_purchase) && $rv.verify_purchase} {$rv.verify_purchase nofilter} {/if}
{$rv.display_date_add nofilter}
{$rv.title nofilter}
{$rv.content nofilter}
{/foreach} {/if}
{/if}