diff --git a/submissions/constants.py b/submissions/constants.py
index c3d462607322a44893f7d51fbe20b80b3a1fe28d..2b247ffa6a78a9c83e72934b3871e42c21ec3435 100644
--- a/submissions/constants.py
+++ b/submissions/constants.py
@@ -50,11 +50,11 @@ SUBMISSION_STATUS_OUT_OF_POOL = SUBMISSION_HTTP404_ON_EDITORIAL_PAGE + [
 
 SUBMISSION_EXCLUDE_FROM_REPORTING = SUBMISSION_HTTP404_ON_EDITORIAL_PAGE + [
     STATUS_AWAITING_ED_REC,
-    # STATUS_REVIEW_CLOSED,
-    # STATUS_ACCEPTED,
-    # 'voting_in_preparation',
-    # 'put_to_EC_voting',
-    # 'withdrawn',
+    STATUS_REVIEW_CLOSED,
+    STATUS_ACCEPTED,
+    'voting_in_preparation',
+    'put_to_EC_voting',
+    'withdrawn',
 ]
 
 # Submissions which are allowed/required to submit a EIC Recommendation