<#include "header.htm"/>
${I18n.getMessage("UserProfile.profileFor")} ${u.username}
<#assign rankStr = rank.getRankTitle(u.rankId, u.totalPosts)/> <#if rankStr?trim != "">${I18n.getMessage("PostShow.ranking")}: ${rankStr}
<#if showKarma && karmaEnabled && (u.karma.karmaPoints > 0)> ${I18n.getMessage("Karma.karma")}:
${I18n.getMessage("UserProfile.registrationDate")}: ${u.registrationDay}
${I18n.getMessage("UserProfile.totalMessages")}: <#if (nposts > 0)> ${nposts}
<#else> ${I18n.getMessage("PostShow.noUserCreatedPosts")}
${I18n.getMessage("ForumListing.userCreatedTopics")}: <#if (ntopics > 0)> ${ntopics}
<#else> ${I18n.getMessage("ForumListing.noUserCreatedTopics")}
<#if (!u.deleted && (ntopics > 0 || nposts > 0)) || (viewFullProfile!false)>
<#if (u.from?exists && u.from?length > 0)> ${I18n.getMessage("UserProfile.from")}: ${u.from?html}
<#if (u.webSite?exists && u.webSite?length > 0)> ${I18n.getMessage("UserProfile.webSite")}: ${u.webSite}
<#if (u.occupation?exists && u.occupation?length > 0)> ${I18n.getMessage("UserProfile.occupation")}: ${u.occupation?html}
<#if (u.interests?exists && u.interests?length > 0)> ${I18n.getMessage("UserProfile.interests")}: ${u.interests?html}
<#if (u.biography?exists && u.biography?length > 0)> ${I18n.getMessage("UserProfile.biography")}: ${u.biography?html}
<#if (nbookmarks > 0)> ${I18n.getMessage("Bookmarks.myBag")}: ${nbookmarks}
<#else> ${I18n.getMessage("Bookmarks.empty")}

${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("@")/> email <#if (isModerator || isAdmin) > (${I18n.getMessage("SearchStats.check")} StopForumSpam)
${I18n.getMessage("UserProfile.privateMessage")}:
<#if (u.twitter?exists && u.twitter?length > 0)> Twitter: @${u.twitter?html}
<#if (u.icq?exists && u.icq?length > 0)> ${I18n.getMessage("User.icq")}: ${u.icq?html}
<#if (u.skype?exists && u.skype?length > 0)> Skype: ${u.skype?html}
<#include "bottom.htm"/>