{* * $Revision: 1.34 $ * 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="Action"} |
|---|---|
| {$user.userName} | {g->text text="edit"} {if ($user.can.delete)} {g->text text="delete"} {/if} |