{template "header.html"}
{dr_form_hidden()}
{if $ci->_is_admin_auth('del')} {/if} {loop $list $t} {if $ci->_is_admin_auth('del')} {/if} {/loop}
{dr_lang('Id')} {dr_lang('名称')} {dr_lang('粉丝数')} {dr_lang('操作')}
{$t.id} {$t.name} {$t.count} {if $ci->_is_admin_auth('edit')} {/if}
{template "footer.html"}