diff --git a/templates/Notification/Notification/list.html.twig b/templates/Notification/Notification/list.html.twig
index c8274c52eae59132496501b09575f50c99798373..3fb5f92e586d5e83606a1b42b7b918e3a37dad48 100644
--- a/templates/Notification/Notification/list.html.twig
+++ b/templates/Notification/Notification/list.html.twig
@@ -98,8 +98,9 @@
                                 {% if is_granted('ROLE_ADMIN') %}
                                 <th>{{ 'notification.notification.list.read_date'|trans }}</th>
                                 <th>{{ 'notification.notification.list.read_by'|trans }}</th>
-                                <th>{{ 'label.actions'|trans }}</th>
+
                                 {% endif %}
+                                <th>{{ 'label.actions'|trans }}</th>
                             </tr>
                         </thead>