{include file="header.html"}
{$lng_comments.comments}

{include file="modules/comments/navigation.html"}

{include file="paginator.html"}
{foreach from=$array_comments item=v} {/foreach} {if !$no } {/if}
{$lng.general.id} {$lng_comments.comments} {$lng_comments.user} {$lng.custom_fields.date} {$lng.general.action}
{$v.id}
{$v.content}
{$lng_comments.comment_for}: {$v.title} | {$lng_comments.posted_on} {$v.date_nice}
{if $v.name}{$v.name} {/if}{if $v.email} | {$v.email}{/if}{if $v.website} | {$v.website}{/if}
{if $v.user_id}{$v.username}{else}{$lng_comments.guest}{/if} {$v.date_nice} {if $v.active==0} {else} {/if} {if $v.blocked==0} {else} {/if}
 {$lng_comments.no_comments}

{include file="paginator.html"}
{include file="footer.html"}