#import "../macros/pagination.ftl" as pagination/> <#include "karma_search.inc.htm">
| # | ${I18n.getMessage("User.username")} | ${I18n.getMessage("UserProfile.privateMessage")} | ${I18n.getMessage("email")} | ${I18n.getMessage("UserProfile.from")} | ${I18n.getMessage("UserProfile.registrationDate")} | ${I18n.getMessage("User.numMessages")} | ${I18n.getMessage("Karma.karma")} | |||
|---|---|---|---|---|---|---|---|---|---|---|
| ${user.id} | ${user.username} | <#if user.id != 1> |
<#if (user.isViewEmailEnabled() && user.email?exists && user.email?length > 0)>
<#assign e = user.email.split("@")/>
|
<#else>
#if>
${user.from?default(" ")} | ${user.registrationDate} | ${user.totalPosts} | ${user.karma.karmaPoints} | |||
| <#if thisPage?exists><@pagination.doPagination "list", -1/>#if> |