{include file="index/header" /}

{:lang('All comments')}


{volist name="data" id="vo"} {/volist}
{:lang('Commentator')} {:lang('E-mail')} {:lang('Head portrait')} {:lang('Comments')} {:lang('Comment time')} {:lang('Status')} {:lang('Operation')}
{notempty name="$vo.user_nicename"}{$vo.user_nicename}{else /}{:lang('Tourists')}{/notempty} {$vo.user_email} {if condition="$vo.avatar neq ''"}{/if} {$vo.content} {$vo.createtime} {if condition="($vo.status == 1)"}
{:lang('Audited')}
{else /}
{:lang('Not audited')}
{/if}
 |  {:lang('Unapprove')} {:lang('Approve')}
{$data->render()}

{include file="index/footer" /}