{assign var=title value="Users List"} {include file="admin/header.inc.html"}

{$title} ({$users_total})

{include file="admin/users_az.inc.html"} {span}

{foreach from=$ul item=u} {/foreach}
Login Name Email Payments Status Actions
{$u.login} {$u.name_f} {$u.name_m} {$u.name_l} {$u.email} {if $u.count_of_completed}{$u.count_of_completed} - ${$u.summa_of_completed}{else}Never{/if} {if $u.data.is_active} Active {elseif $u.count_of_completed > 0} Expired {else} Pending {/if} Edit Delete

{span}
{php} global $HTTP_GET_VARS; foreach ($HTTP_GET_VARS as $k=>$v){ print "\n"; } {/php} Filter:
{include file="admin/footer.inc.html"}