<#import "../macros/pagination.ftl" as pagination/> <#include "karma_search.inc.htm"> <#list users as user> <#else> 
#  ${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><#else>  <#if (user.isViewEmailEnabled() && user.email?exists && user.email?length > 0)> <#assign e = user.email.split("@")/> ${user.from?default(" ")} ${user.registrationDate} ${user.totalPosts} ${user.karma.karmaPoints}
 
<#if thisPage?exists><@pagination.doPagination "list", -1/>