<#include "header.htm"/> <#setting datetime_format = "dd/MM/yyyy"/> <#import "../macros/pagination.ftl" as pagination/> <#include "karma_search.inc.htm"> <#if (users.size() > 0) > <#list users as user>
${I18n.getMessage("User.id")}  ${I18n.getMessage("User.username")}   ${I18n.getMessage("UserProfile.privateMessage")}   ${I18n.getMessage("Karma.totalReceived")}   ${I18n.getMessage("Karma.votesReceived")}   ${I18n.getMessage("Karma.votesGiven")}   ${I18n.getMessage("Karma.karma")} 
${user.id} ${user.username} <#if user.id != 1><#else>  ${user.karma.totalPoints} ${user.karma.votesReceived} ${user.karma.votesGiven} ${user.karma.karmaPoints}
 
<#else>
${I18n.getMessage("Generic.recordsNotFound")}
<#if thisPage?exists><@pagination.doPagination "list", -1/>
<#include "bottom.htm"/>