Monitor active sanctions and moderation history.
No active bans or timeouts.
<% } else { %>| User | Type | Reason | Expires | Actions |
|---|---|---|---|---|
| <%= sanction.display_name || sanction.subject_id %> | <%= sanction.action_type %> | <%= sanction.reason_short %> | <%= sanction.expires_at ? new Date(sanction.expires_at).toLocaleString() : "Permanent" %> |
<% if (sanction.action_type === 'timeout') { %>
<% } %>
|
No actions recorded.
<% } else { %>| User | Type | Platform | Reason | By | Evidence | Date |
|---|---|---|---|---|---|---|
| <%= displayName %> | <%= action.action_type %> | <%= action.platform || 'global' %> | <%= action.reason_short %> | <%= byName %> |
<% if (!evidence.length) { %>
None
<% } else { %>
<% evidence.forEach((item) => { %>
<%= item.name %>
<% }) %>
<% } %>
|
<%= new Date(action.created_at).toLocaleString() %> |