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

{if $user.profile_title != ''}{$user.profile_title}{else}{$lang.profile}{/if}


{$user.profile_desc|nl2br}
{if $collections}

{$lang.public_collections}


{foreach from=$collections item=c}
{if $c.photo != ''} {$c.name|escape} {else} {$c.name|escape} {/if}

{$c.name} {section name=foo start=1 loop=6 step=1} {if $c.rating >= $smarty.section.foo.index} {else} {/if} {/section}

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

{$user.username}

{$user.sales} {$lang.sales}
{section name=foo start=1 loop=6 step=1} {if $user.rating >= $smarty.section.foo.index} {else} {/if} {/section} ( {$user.votes} {$lang.votes} )
{if $featureItem}
{$lang.feature_file}
  {$featureItem.name|escape}

{$featureItem.name}
{$featureItem.sales} {$lang.sales}

{/if}
{if $user.live_city != ''}

{$lang.lives_in}: {$user.live_city}

{/if} {if $user.country_id != '0'}

{$lang.country}: {$user.country.name}

{/if}

{$lang.member_since}: {$user.register_datetime|date_format:"%B %Y"}

{if $user.freelance == 'true'}

{$lang.freelance}: {$lang.i_am_available}

{/if}
{if is_array($user.social)}
{/if} {if check_login_bool()}
{$lang.email} {$user.username}
{$lang.profile_email_info}
{/if}

{$follow.to_count} {$lang.followers}

{if $follow.to} {foreach from=$follow.to item=f} {if $user.avatar != ''} {$f.username} {else} {$f.username} {/if} {/foreach} {/if} {if $follow.to_count > 9} . . . {/if}

{$lang.authors_i_follow}

{if $follow.from} {foreach from=$follow.from item=f} {if $user.avatar != ''} {$f.username} {else} {$f.username} {/if} {/foreach} {/if} {if $follow.from_count > 9} . . . {/if}