{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=i} {/foreach}
用户名 用户昵称 用户类型 购买作品数 在售作品数
{$i.username} {$i.nickname} {if $i.quiz=='true'} {if $i.exclusive_author=='true'} 签约作者 {else} 普通作者 {/if} {else} 普通用户 {/if} {$i.buy} {$i.items}
{else} 暂无记录 {/if}