{include file="$template_path/html/pagenav.html"}
{if $users}
{foreach from=$users item=u name=foo}
{if $u.featured_author == 'true'} 推荐 {elseif $u.elite_author == 'true' || $u.power_elite_author == 'true'} 精英 {else} {/if}

{$u.nickname}

{if $u.profile_title != ''} {$u.profile_title} {else} 作者太懒了,没填签名呢 {/if}

{if $u.weibo != '' || $u.weixin != '' || $u.qq != ''} {if $u.weixin != ''} {/if} {if $u.weibo != ''} {/if} {if $u.qq != ''} {/if} {else} {/if}
{/foreach}
{if $paging} {$paging} {/if} {else}

{$lang.no_users}

{/if}
{include file="$template_path/html/footer.html"}