$def with (email=None) $var title: [Admin Center] People
$:render_template("admin/menu")

People

$_("Find Account")

$_("Recent Accounts")

$for user in get_recent_accounts(limit=50):
$_("Date/Time") $_("Name") $_("email") $_("Edits")
$datestr(user.created) $user.displayname profile $user.get_email() $user.get_edit_count()

$_("Edit History")

$:render_template("admin/history", get_recent_changes(limit=5))