#include "header.htm"/>
<#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")} |
<#list users as user>
<#if (user.id > 1)>
${user.id} |
${user.username} |
<#if user.id != 1> <#else> #if> |
<#if (user.isViewEmailEnabled() && user.email?exists && user.email?length > 0)>
<#assign e = user.email.split("@")/>
<#if e?size == 2>
<#else>
#if>
<#else>
#if>
|
${user.from?default(" ")} |
${user.registrationDate} |
${user.totalPosts} |
#if>
#list>
|
<#if thisPage?exists><@pagination.doPagination "${action}", -1/>#if> |
<#include "bottom.htm"/>