diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html
index 4eb2c19e9..35bf6d568 100644
--- a/files/templates/submission_listing.html
+++ b/files/templates/submission_listing.html
@@ -115,18 +115,6 @@
{{p.views}} views
- {% if p.active_flags %}
-
-
Reported by:
-
-
- {% for f in p.ordered_flags %}
- - @{{f.user.username}}{% if f.reason %}: {{f.reason | safe}}{% endif %}
- {% endfor %}
-
-
- {% endif %}
-
@@ -386,6 +374,18 @@
+{% if p.active_flags %}
+
+
Reported by:
+
+
+ {% for f in p.ordered_flags %}
+ - @{{f.user.username}}{% if f.reason %}: {{f.reason | safe}}{% endif %}
+ {% endfor %}
+
+
+{% endif %}
+
{% else %}
{% if request.path.endswith('/admin/queue') %}