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