{if $comments} {if $criterions|@count > 0}

{l s='Average grade' mod='productcomments'}

{l s='Average' mod='productcomments'}:
{section loop=6 step=1 start=1 name=average} {/section}
{foreach from=$criterions item=c}
{$c.name|escape:'html':'UTF-8'}
{section loop=6 step=1 start=1 name=average} {/section}
{/foreach}
{/if}
{foreach from=$comments item=comment} {if $comment.content} {/if} {/foreach}
{l s='From' mod='productcomments'} {l s='Comment' mod='productcomments'}
{dateFormat date=$comment.date_add|escape:'html':'UTF-8' full=0} {$comment.firstname|escape:'html':'UTF-8'} {$comment.lastname|truncate:1:'...'|escape:'htmlall':'UTF-8'}. {$comment.content|escape:'html':'UTF-8'|nl2br}
{else}

{l s='No customer comments for the moment.' mod='productcomments'}

{/if} {if $logged == true}

{else}

{l s='Only registered users can post a new comment.' mod='productcomments'}

{/if}