{* * $Revision: 15342 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{g->text one="There is %d user in the system." many="There are %d total users in the system." count=$AdminUsers.totalUserCount arg1=$AdminUsers.totalUserCount}
| {g->text text="Username"} | {g->text text="Locked"} | {g->text text="Failed Logins"} | {g->text text="Action"} |
|---|---|---|---|
| {$user.userName} | {if $user.locked} {g->text text="locked"} {else} {/if} | {if $user.failedLogins} {$user.failedLogins} {else} {/if} | {g->text text="edit"} {if ($user.can.delete)} {g->text text="delete"} {/if} |