{$userProfileTitle} - {$userProfile.realname}
{if $userProfile.show_email == "true"}
{$userProfileLocalProperties.email.desc}
{$userProfile.email|escape:"hexentity"}
{/if} {if $userProfile.birthday and $userProfile.show_birthday == "true"}
{$userProfileProperties.birthday.desc}
{$userProfile.birthday|@formatTime:DATE_FORMAT_ENTRY}
{/if} {if $userProfile.url and $userProfile.show_url == "true"}
{$userProfileProperties.url.desc}
{$userProfile.url}
{/if} {if $userProfile.city and $userProfile.show_city == "true"}
{$userProfileProperties.city.desc}
{$userProfile.city}
{/if} {if $userProfile.country and $userProfile.show_country == "true"}
{$userProfileProperties.country.desc}
{$userProfile.country}
{/if} {if $userProfile.occupation and $userProfile.show_occupation == "true"}
{$userProfileProperties.occupation.desc}
{$userProfile.occupation}
{/if} {if $userProfile.hobbies and $userProfile.show_hobbies == "true"}
{$userProfileProperties.hobbies.desc}
{$userProfile.hobbies}
{/if} {if $userProfile.yahoo and $userProfile.show_yahoo == "true"}
{$userProfileProperties.yahoo.desc}
{$userProfile.yahoo}
{/if} {if $userProfile.aim and $userProfile.show_aim == "true"}
{$userProfileProperties.aim.desc}
{$userProfile.aim}
{/if} {if $userProfile.jabber and $userProfile.show_jabber == "true"}
{$userProfileProperties.jabber.desc}
{$userProfile.jabber}
{/if} {if $userProfile.icq and $userProfile.show_icq == "true"}
{$userProfileProperties.icq.desc}
{$userProfile.icq}
{/if} {if $userProfile.msn and $userProfile.show_msn == "true"}
{$userProfileProperties.msn.desc}
{$userProfile.msn}
{/if} {if $userProfile.skype and $userProfile.show_skype == "true"}
{$userProfileProperties.skype.desc}
{$userProfile.skype}
{/if}