{{$title}} - {{$page}}
{{$h_pending}}
{{if $pending}}
{{foreach $th_pending as $th}}
{{$th}}
{{/foreach}}
{{foreach $pending as $u}}
{{$u.account_created}}
{{$u.account_email}}
{{/foreach}}
{{$select_all}}
{{else}}
{{$no_pending}}
{{/if}}
{{$h_users}}
{{if $users}}
{{foreach $th_users as $th}}
{{$th.0}}
{{/foreach}}
{{foreach $users as $u}}
{{$u.account_id}}
{{if $u.blocked}}
{{$u.account_email}}
{{else}}
{{$u.account_email}}
{{/if}}
{{$u.channels}}
{{$u.account_created}}
{{$u.account_lastlog}}
{{$u.account_expires}}
{{$u.account_service_class}}
{{/foreach}}
{{$select_all}}
{{else}} NO USERS?!? {{/if}}