{% extends "admin/admin_base.html" %} {% from "macros/embed.html" import embed_post with context %} {% from "macros/icon.html" import icon, callout with context %} {% block content %}

Report detail #{{ report.id }}

Detail

{% if report.target_type in (1, 2) %} {{ embed_post(report.target()) }} {% else %}

Unknown media type

{% endif %} {% if report.is_critical() %} {% call callout('nsfw_language') %} This is a critical offense. “Strike” will immediately suspend the offender's account. {% endcall %} {% endif %}
{% if report.is_critical() %} {% else %} {% endif %}
{% endblock %}