← <%= t('acom.back') %>

<%= t('acom.title') %>

<%= t('acom.mode_for_site') %> <%= moderationMode %> <% if (moderationMode === 'trust') { %> — <%= t('acom.mode_trust_a') %> <%= t('acom.mode_moderate_word') %> <%= t('acom.site_settings') %> <%= t('acom.mode_trust_b') %> <% } else { %> — <%= t('acom.mode_moderate_hint') %> <% } %>

<% if (success) { %>
<%= success %>
<% } %> <% if (error) { %>
<%= error %>
<% } %>

<%= t('acom.pending', { n: pending.length }) %>

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

<%= t('acom.nothing_waiting') %>

<% } else { %> <% var _c_reply = t('acom.reply'); var _c_on = t('acom.on'); var _c_approve = t('acom.approve'); var _c_reject = t('acom.reject'); %>
    <% pending.forEach(function(c) { %>
  1. <%= c.author_username %> <% if (c.parent_comment_id) { %>(<%= _c_reply %>)<% } %> <%= _c_on %> <%= c.post_title || c.post_slug %> · <%= formatDateTime(c.created_at) %>
    <%= c.content %>
  2. <% }); %>
<% } %>

<%= t('acom.recent') %>

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

<%= t('acom.nothing_yet') %>

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