← Admin
Mode for this site: <%= moderationMode %> <% if (moderationMode === 'trust') { %> — comments are auto-approved. Switch to moderate in site settings to queue them. <% } else { %> — new comments require approval before showing up on posts. <% } %>
Nothing waiting.
<%= c.content %>
Nothing yet.
← Admin
Comment moderation
Mode for this site: <%= moderationMode %> <% if (moderationMode === 'trust') { %> — comments are auto-approved. Switch to moderate in site settings to queue them. <% } else { %> — new comments require approval before showing up on posts. <% } %>
<% if (success) { %>Pending (<%= pending.length %>)
<% if (!pending.length) { %>Nothing waiting.
<% } else { %><% pending.forEach(function(c) { %>-
<%= c.author_username %>
<% if (c.parent_comment_id) { %>(reply)<% } %>
on <%= c.post_title || c.post_slug %>
· <%= formatDateTime(c.created_at) %>
<% }); %>
<% } %>Recent decisions
<% if (!recent.length) { %>Nothing yet.
<% } else { %>