{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {{ site_name }} - {% trans '管理投诉' %} {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" %}
{% for report in reports %}
{{ report.submit_user.username }} {% trans '投诉了' %} {{ report.reported_user.username }} @{{ report.submitted_time }}

{{ report.message }}

{% if report.image %}{% endif %}
{% endfor %}
{% include "_footer.html" %}