{$c.name}
{section name=foo start=1 loop=6 step=1}
{if $c.rating >= $smarty.section.foo.index}
{else}
{/if}
{/section}
{$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}