{include file="$admin_template_path/html/header.html"} {include file="$admin_template_path/html/pagetops.html"} {if $errorMessage}
{$errorMessage}
{literal} {/literal} {/if}
{include file="$admin_template_path/html/leftmenu.html"}
{if $paging !=""}
{$paging}
{/if}
{if is_array($data)}
{foreach from=$data item=d} {/foreach}
{$lang.comment} {$lang.item} {$lang.reported_by} 操作
{$d.comment|nl2br} {$d.item_name} {$users[$d.report_by].username} 忽略 删除
{literal} {/literal} {else}
暂无内容
{/if}