diff --git a/scipost_django/submissions/templates/submissions/pool/_hx_submission_fellow_row.html b/scipost_django/submissions/templates/submissions/pool/_hx_submission_fellow_row.html
index 1169b7fd9b0d9c1c14ed7ca234a2a1e1445eadc5..45540f8027df14743a32ff8168fed245a8719811 100644
--- a/scipost_django/submissions/templates/submissions/pool/_hx_submission_fellow_row.html
+++ b/scipost_django/submissions/templates/submissions/pool/_hx_submission_fellow_row.html
@@ -17,9 +17,13 @@
     {% endif %}
 
   </td>
-  <td>
-    {% include "icons/reception.html" with value=fellowship.contributor.editorial_assignments.ongoing.count max=4 %}
-  </td>
+
+  {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
+    <td>
+      {% include "icons/reception.html" with value=fellowship.contributor.editorial_assignments.ongoing.count max=4 %}
+    </td>
+  {% endif %}
+
   <td>{% get_fellow_qualification_expertise_level_display submission fellowship %}</td>
 
   {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
@@ -68,6 +72,7 @@
                 </tr>
               {% endfor %}
 
+
             </tbody>
           </table>
         {% else %}