<#include "header.htm"/>
${I18n.getMessage("ForumListing.forumIndex")}
${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://")> <#if avatarAllowExternalUrl> <#else>
${I18n.getMessage("PostShow.ranking")}: <#if (u.rankId > 1)> ${rank.getRankTitleById(u.rankId)} <#else> ${rank.getRankTitle(u.totalPosts)} <#if karmaEnabled>
${I18n.getMessage("Karma.karma")}:
<#if (u.location?exists && u.location?length > 0)> <#if (u.webSite?exists && u.webSite?length > 0)> <#if (u.occupation?exists && u.occupation?length > 0)> <#if (u.interests?exists && u.interests?length > 0)> <#if (u.biography?exists && u.biography?length > 0)> <#if bookmarksEnabled>
${I18n.getMessage("UserProfile.registrationDate")}:  ${u.registrationDate}
${I18n.getMessage("UserProfile.totalMessages")}:  <#if (nposts > 0)> [${nposts}] ${I18n.getMessage("PostShow.userPosts")} ${u.username?html} <#else> ${I18n.getMessage("PostShow.noUserCreatedPosts")}
${I18n.getMessage("ForumListing.userCreatedTopics")}: <#if (ntopics > 0)> [${ntopics}] ${I18n.getMessage("ForumListing.userTopics")?html} ${u.username?html} <#else> ${I18n.getMessage("ForumListing.noUserCreatedTopics")}
${I18n.getMessage("UserProfile.from")}:  ${u.location}
${I18n.getMessage("UserProfile.webSite")}:  ${u.webSite}
${I18n.getMessage("UserProfile.occupation")}:  ${u.occupation}
${I18n.getMessage("UserProfile.interests")}: ${u.interests}
${I18n.getMessage("UserProfile.biography")}: ${u.biography}
${I18n.getMessage("Bookmarks.myBag")}: <#if (nbookmarks > 0)> [${nbookmarks}] ${I18n.getMessage("Bookmarks.for")} ${u.username?html} <#else> ${I18n.getMessage("Bookmarks.empty")}
${I18n.getMessage("UserProfile.contact")} ${u.username}
<#if (u.isViewEmailEnabled() && u.email?exists && u.email?length > 0)> <#if u.id != 1> <#if (u.msnm?exists && u.msnm?length > 0)> <#if (u.yim?exists && u.yim?length > 0)> <#if (u.icq?exists && u.icq?length > 0)>
${I18n.getMessage("UserProfile.emailAddress")}: <#assign e = u.email.split("@")/>
${I18n.getMessage("UserProfile.privateMessage")}:
${I18n.getMessage("User.msn")}: ${u.msnm}
${I18n.getMessage("User.yahoo")}: ${u.yim}
${I18n.getMessage("User.icq")}:
<#include "bottom.htm"/>