{% include 'admin/partials/header.html' %}{% include 'admin/partials/sidebar.html' %}
Moderation

Reports

Scope: {{ $scopeLabel }}. Forum moderators only see reports from forums assigned to them.

Report queue

Review, resolve, or dismiss reported content.

{{ count($reports) }} visible
{% if $reports %}{% foreach $reports as $report %}{% endforeach %}{% else %}{% endif %}
ReportForum / topicStatusCreatedAction
{{ $report['reason'] }}{{ $report['reporter_name'] ?: 'Unknown member' }}{{ $report['forum_name'] ?: 'Unknown forum' }}{{ $report['topic_title'] ?: 'General report' }}{{ ucfirst($report['status']) }}{{ $report['created_at'] }}
No reports are visible in your moderation scope.
{% include 'admin/partials/footer.html' %}