← Beheer

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) { %>
<%= success %>
<% } %> <% if (error) { %>
<%= error %>
<% } %>

Pending (<%= pending.length %>)

<% if (!pending.length) { %>

Nothing waiting.

<% } else { %>
    <% pending.forEach(function(c) { %>
  1. <%= c.author_username %> <% if (c.parent_comment_id) { %>(reply)<% } %> on <%= c.post_title || c.post_slug %> · <%= formatDateTime(c.created_at) %>
    <%= c.content %>
  2. <% }); %>
<% } %>

Recent decisions

<% if (!recent.length) { %>

Nothing yet.

<% } else { %> <% } %>