$title - $page

$h_pending

{{ if $pending }} {{ for $th_pending as $th }}{{ endfor }} {{ for $pending as $u }} {{ endfor }}
$th
$u.created $u.name
{{ else }}

$no_pending

{{ endif }}

$h_users

{{ if $users }} {{ for $th_users as $th }}{{ endfor }} {{ for $users as $u }} {{ endif }} {{ endfor }}
$th
$u.nickname $u.name $u.register_date $u.lastitem_date {{ if $u.is_admin }}   {{ else }} {{ if $u.is_admin }}   {{ else }} {{ endif }}
{{ else }} NO USERS?!? {{ endif }}