← <%= t('acom.back') %>
<%= 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') %> <% } %>
<%= t('acom.nothing_waiting') %>
<%= c.content %>
<%= t('acom.nothing_yet') %>
← <%= 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) { %><%= 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) { %>-
<%= c.author_username %>
<% if (c.parent_comment_id) { %>(<%= _c_reply %>)<% } %>
<%= _c_on %> <%= c.post_title || c.post_slug %>
· <%= formatDateTime(c.created_at) %>
<% }); %>
<% } %><%= t('acom.recent') %>
<% if (!recent.length) { %><%= t('acom.nothing_yet') %>
<% } else { %><% recent.forEach(function(c) { %>-
<%= c.status %>
<%= c.author_username %>
<%= c.post_title || c.post_slug %>
<%= formatDateTime(c.created_at) %>
<% }); %>
<% } %>