extends layout.pug block body .container .content h1 Welcome to the Admin Panel .left .users h3 Registered Users #userlist .right .users h3 Bans #banlist .templates script(type="x-tmpl-mustache" id="user").
{{#avatar_file}} {{/avatar_file}} {{^avatar_file}} {{/avatar_file}}
{{^activated}}
{{/activated}}
{{display_name}}
{{id}} - {{username}} ({{uuid}})
Privilege: level {{nw_privilege}}
{{created_at}}
{{^password}}
Used external login
{{/password}} {{#bannable}}
Ban User
{{/bannable}}
script(type="x-tmpl-mustache" id="ban").
{{#expired}}
{{/expired}}
User: {{user.display_name}}
Admin: {{admin.display_name}}
Reason: {{reason}}
Placed {{created_at}}
Expires {{expires_at}}
Pardon
script(type="x-tmpl-mustache" id="banNew").