| ${I18n.getMessage("UserProfile.profileFor")} :: ${u.username} |
| ${I18n.getMessage("UserProfile.avatar")} |
${I18n.getMessage("UserProfile.allAbout")} ${u.username} |
<#if (u.avatar?exists && u.avatar?length > 0)>
<#if u.isExternalAvatar() || u.avatar.startsWith("http://")>
<#else>

#if>
#if>
${I18n.getMessage("PostShow.ranking")}: ${rank.getRankTitle(u.totalPosts)}
<#if karmaEnabled>
${I18n.getMessage("Karma.karma")}:
#if>
|
| ${I18n.getMessage("UserProfile.registrationDate")}: |
${u.registrationDate} |
| ${I18n.getMessage("UserProfile.totalMessages")}: |
${u.totalPosts}
|
<#if (u.location?exists && u.location?length > 0)>
| ${I18n.getMessage("UserProfile.from")}: |
${u.location} |
#if>
<#if (u.webSite?exists && u.webSite?length > 0)>
| ${I18n.getMessage("UserProfile.webSite")}: |
${u.webSite} |
#if>
<#if (u.occupation?exists && u.occupation?length > 0)>
| ${I18n.getMessage("UserProfile.occupation")}: |
${u.occupation} |
#if>
<#if (u.interests?exists && u.interests?length > 0)>
| ${I18n.getMessage("UserProfile.interests")}: |
${u.interests} |
#if>
<#if bookmarksEnabled>
| ${I18n.getMessage("Bookmarks.myBag")}: |
${I18n.getMessage("Bookmarks.for")} ${u.username} |
#if>
|
| ${I18n.getMessage("UserProfile.contact")} ${u.username} |
<#if (u.isViewEmailEnabled() && u.email?exists && u.email?length > 0)>
| ${I18n.getMessage("UserProfile.emailAddress")}: |
<#assign e = u.email.split("@")/>
|
#if>
<#if u.id != 1>
| ${I18n.getMessage("UserProfile.privateMessage")}: |
|
#if>
<#if (u.msnm?exists && u.msnm?length > 0)>
| ${I18n.getMessage("User.msn")}: |
${u.msnm} |
#if>
<#if (u.yim?exists && u.yim?length > 0)>
| ${I18n.getMessage("User.yahoo")}: |
${u.yim} |
#if>
<#if (u.icq?exists && u.icq?length > 0)>
| ${I18n.getMessage("User.icq")}: |
|
#if>
|