{if $user.avatar != ''} {$user.username} {else} {$user.username} {/if}
{if $user.avatar != ''} {$user.username} {else} {$user.username} {/if}
{$user.nickname}

{foreach from=$user_badges item=b name=foo} {$b.name|escape} {if $smarty.foreach.foo.last}{/if} {/foreach}

{if $user.profile_title != ''}{$user.profile_title}{else}作者太懒了,没填签名呢{/if}
作品 {$allRows}
销量 {$user.sales}
粉丝 {if $follow.to < '1'}0{else}{$follow.toto_count}{/if}
{if check_login_bool() && $smarty.session.user.user_id != $user.user_id}
{elseif check_login_bool() && $smarty.session.user.user_id == $user.user_id}
不能关注自己
{else}
添加关注
{/if}