<#assign rankStr = rank.getRankTitle(u.rankId, u.totalPosts)/>
<#if rankStr?trim != "">${I18n.getMessage("PostShow.ranking")}: ${rankStr}
#if>
<#if showKarma && karmaEnabled && (u.karma.karmaPoints > 0)>
${I18n.getMessage("Karma.karma")}:
#if>
${I18n.getMessage("UserProfile.registrationDate")}: ${u.registrationDay}
${I18n.getMessage("UserProfile.totalMessages")}:
<#if (nposts > 0)>
${nposts}
<#else>
${I18n.getMessage("PostShow.noUserCreatedPosts")}
#if>
${I18n.getMessage("ForumListing.userCreatedTopics")}:
<#if (ntopics > 0)>
${ntopics}
<#else>
${I18n.getMessage("ForumListing.noUserCreatedTopics")}
#if>
<#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>
<#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?html}
#if>
<#if (u.interests?exists && u.interests?length > 0)>
${I18n.getMessage("UserProfile.interests")}: ${u.interests?html}
#if>
<#if (u.biography?exists && u.biography?length > 0)>
${I18n.getMessage("UserProfile.biography")}: ${u.biography?html}
#if>
#if>
<#if (nbookmarks > 0)>
${I18n.getMessage("Bookmarks.myBag")}:
${nbookmarks}
<#else>
${I18n.getMessage("Bookmarks.empty")}
#if>
<#if (u.isViewEmailEnabled() && u.email?exists && u.email?length > 0)>
#if>
${I18n.getMessage("UserProfile.privateMessage")}:

<#if (u.twitter?exists && u.twitter?length > 0)>
Twitter:
@${u.twitter?html}
#if>
<#if (u.icq?exists && u.icq?length > 0)>
${I18n.getMessage("User.icq")}: ${u.icq?html}
#if>
<#if (u.skype?exists && u.skype?length > 0)>
Skype: ${u.skype?html}
#if>
<#include "bottom.htm"/>