<{include file=admin/header.html}>

<{T w='Users'}>

<{foreach item=item name=user from=$tUsers}> <{foreachelse}><{/foreach}>
ID <{T w='Username'}> <{T w='Full Name'}> <{T w='Email'}> <{T w='ZIP'}> <{T w='Registered'}> <{T w='Action'}>
<{$item.uid}> <{$item.uname}> <{$item.firstname}> <{$item.lastname}> <{$item.email}> <{$item.zip}> <{$item.addtime|date_format}> <{**}>
<{if $tPageBar ne null}>
Page of <{$tPageBar.total_page}> pages | View per page | Total <{$tPageBar.total_count}> records found
<{/if}>
<{include file=admin/sidebar.html}>
<{include file=admin/footer.html}>