{* * $Revision: 1.26 $ * 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="%d member" many="%d members" count=$form.list.totalUserCount arg1=$form.list.totalUserCount}

{if ($form.list.maxPages > 1)}
{if ($form.list.page > 1)} {g->text text="« first"}   {g->text text="« back"} {else} {g->text text="« first"}   {g->text text="« back"} {/if}   {g->text text="Viewing page %d of %d" arg1=$form.list.page arg2=$form.list.maxPages}   {if ($form.list.page < $form.list.maxPages)} {g->text text="next »"}   {g->text text="last »"} {else} {g->text text="next »"}   {g->text text="last »"} {/if}
{/if} {foreach from=$MembersList.users item=user name=MembersListLoop} {/foreach}
{g->text text="#"} {g->text text="Username"} {g->text text="Full Name"} {g->text text="Member Since"}
{$smarty.foreach.MembersListLoop.iteration+$form.list.startingUser} {$user.userName} {$user.fullName} {g->date timestamp=$user.creationTimestamp}