${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")}
#if>
|
${I18n.getMessage("ForumListing.userCreatedTopics")}: |
<#if (ntopics > 0)>
[${ntopics}] ${I18n.getMessage("ForumListing.userTopics")?html} ${u.username?html}
<#else>
${I18n.getMessage("ForumListing.noUserCreatedTopics")}
#if>
|
<#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 (u.biography?exists && u.biography?length > 0)>
${I18n.getMessage("UserProfile.biography")}: |
${u.biography} |
#if>
<#if bookmarksEnabled>
${I18n.getMessage("Bookmarks.myBag")}: |
<#if (nbookmarks > 0)>
[${nbookmarks}] ${I18n.getMessage("Bookmarks.for")} ${u.username?html}
<#else>
${I18n.getMessage("Bookmarks.empty")}
#if>
|
#if>