% include com/stdhead.html %>
<%- include('com/nav.html', {navClass: ''}) %>
Admin Dashboard
stats
|
users
|
archives
|
reports
Admins only. Weirdos get out.
<%- JSON.stringify(user, null, 2) %>
Save
<% if (user.suspension) { %>
Unsuspend
<% } else { %>
Suspend
<% } %>
<% if (!user.isEmailVerified) { %>
Resend confirmation email
<% } %>
<% include com/footer.html %> <% include com/stdjs.html %>