{% extends "admin_base.html" %} {% block extra_head %} {{ super() }} {% endblock %} {% block admin_content %} {% macro decision_table(caption, rows, empty) %}
| Action | Moderator | Reason | When |
|---|---|---|---|
| {{ action['action'].replace('_', ' ') }} | {{ action['actor_name'] }} | {{ action['reason'] or '-' }} | {{ local_dt(action['created_at']) }} |
| {{ empty }} | |||
{{ report['detail'] }}
{% endif %} {% if report['categories'] %}Filter categories: {{ report['categories']|join(', ') }}
{% endif %}Content removal is not available for a {{ report['target_type'] }}; act on the account instead.
{% endif %}