{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% trans 'NiceDB - 管理举报' %}
{% include "partial/_navbar.html" %}
{% for report in reports %}
{{ report.submit_user.username }} {% trans '举报了' %} {{ report.reported_user.username }} @{{ report.submitted_time }} {% if report.image %} {% endif %}
{% endfor %}
{% include "partial/_footer.html" %}
{% comment %} {% endcomment %}