diff --git a/submissions/templates/submissions/pool/editorial_page.html b/submissions/templates/submissions/pool/editorial_page.html
index aa4f0bd57419435193db5f5015c684549e23f08e..e250a4966dfad5f5828bb9718fcd5e940836d630 100644
--- a/submissions/templates/submissions/pool/editorial_page.html
+++ b/submissions/templates/submissions/pool/editorial_page.html
@@ -173,40 +173,40 @@
                                     </div>
                                 </form>
                             </li>
-                            {% with submission.reports.awaiting_vetting as reports %}
-                                {% if reports %}
-                                    <li>
-                                        Vet submitted Report{{reports|pluralize}}:
-                                        <ul class="mb-1">
-                                            {% for report in reports %}
-                                                <li><a href="{% url 'submissions:vet_submitted_report' report.id %}">{{report}}</a></li>
-                                            {% endfor %}
-                                        </ul>
-                                    </li>
-                                {% else %}
-                                    <li>All Reports have been vetted.</li>
-                                {% endif %}
-                            {% endwith %}
-
-                            {% with submission.comments_set_complete.awaiting_vetting as comments %}
-                                {% if comments %}
-                                    <li>
-                                        Vet submitted Comment{{comments|pluralize}}:
-                                        <ul class="mb-1">
-                                            {% for comment in comments %}
-                                                <li><a href="{% url 'comments:vet_submitted_comment' comment.id %}">{{comment}}</a></li>
-                                            {% endfor %}
-                                        </ul>
-                                    </li>
-                                {% else %}
-                                    <li>All Comments have been vetted.</li>
-                                {% endif %}
-                            {% endwith %}
 
                             {% if not submission.reporting_deadline_has_passed %}
                                 <li><a href="{% url 'submissions:close_refereeing_round' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr %}">Close the refereeing round</a> &nbsp;(deactivates submission of new Reports and Comments)</li>
                             {% endif %}
                         {% endif %}
+                        {% with submission.reports.awaiting_vetting as reports %}
+                            {% if reports %}
+                                <li>
+                                    Vet submitted Report{{reports|pluralize}}:
+                                    <ul class="mb-1">
+                                        {% for report in reports %}
+                                            <li><a href="{% url 'submissions:vet_submitted_report' report.id %}">{{report}}</a></li>
+                                        {% endfor %}
+                                    </ul>
+                                </li>
+                            {% else %}
+                                <li>All Reports have been vetted.</li>
+                            {% endif %}
+                        {% endwith %}
+
+                        {% with submission.comments_set_complete.awaiting_vetting as comments %}
+                            {% if comments %}
+                                <li>
+                                    Vet submitted Comment{{comments|pluralize}}:
+                                    <ul class="mb-1">
+                                        {% for comment in comments %}
+                                            <li><a href="{% url 'comments:vet_submitted_comment' comment.id %}">{{comment}}</a></li>
+                                        {% endfor %}
+                                    </ul>
+                                </li>
+                            {% else %}
+                                <li>All Comments have been vetted.</li>
+                            {% endif %}
+                        {% endwith %}
                         {% if submission.eic_recommendation_required %}
                             <li>
                                 {% if submission.eicrecommendations.last %}