{% extends 'settings/admin_layout.html' %} {% load i18n %} {% block title %}{% blocktrans with report_id=report.id %}Report #{{ report_id }}{% endblocktrans %}{% endblock %} {% block header %}{% blocktrans with report_id=report.id %}Report #{{ report_id }}{% endblocktrans %}{% endblock %} {% block panel %}
{% trans "Back to reports" %}
{% include 'moderation/report_preview.html' with report=report %}

{% trans "Actions" %}

{% for comment in report.reportcomment_set.all %}
{{ comment }}
{% endfor %}

{% trans "Reported statuses" %}

{% endblock %}