extends layout.pug
block body
.container
.content
h1 Welcome to the Admin Panel
.left
.users
h3 Registered Users
#userlist
.templates
script(type="x-tmpl-mustache" id="user").
{{#avatar_file}}
{{/avatar_file}}
{{^avatar_file}}
{{/avatar_file}}
{{^activated}}
{{/activated}}
{{display_name}}
{{id}} - {{username}}
{{email}}
Privilege: {{nw_privilege}} points
{{created_at}}
{{^password}}
Used external login
{{/password}}