% include com/stdhead.html %>
<%- include('com/nav.html', {navClass: ''}) %>
Admin Dashboard
stats
|
users
|
archives
|
reports
Admins only. Weirdos get out.
<% if (record.status === 'open') { %>
Status: Needs review
<% } else { %>
Status: Resolved
<% } %>
<%- JSON.stringify(record, null, 2) %>
Save
<% if (record.status === 'open') { %>
Close report
<% } else { %>
Re-open this report
<% } %>
<% include com/footer.html %> <% include com/stdjs.html %>