diff --git a/nyaa/templates/reports.html b/nyaa/templates/reports.html index a959089..77ffe2e 100644 --- a/nyaa/templates/reports.html +++ b/nyaa/templates/reports.html @@ -20,13 +20,24 @@ {{ report.id }} {{ report.user.username }} + {% if report.user.is_trusted %} + Trusted + {% endif %} {{ report.torrent.display_name }} + by + {{ report.torrent.user.username }} + {% if g.user.is_superadmin and report.torrent.uploader_ip %} + ({{ report.torrent.uploader_ip_string }}) + {% endif %} + {% if report.torrent.user.is_trusted %} + Trusted + {% endif %} {{ report.reason }} {{ report.created_time }} - +
{{ report_action.csrf_token }} {{ report_action.torrent(value=report.torrent.id) }}