- {#
-
-
-
- -
-
-
- {% set notifications = navbar_notifications() %}
- {% if notifications|length > 0 %}
- {% for notification in notifications %}
- -
-
-
- {{ notification.content }}
-
- {% if notification.context %}
-
- {{ notification.context }}
-
- {% endif %}
-
{{ notification.createdAt|date('d/m/Y H:i') }}
-
-
- {% if not loop.last %}
-
+ {% if is_granted('ROLE_ADMIN') or is_granted('ROLE_SUPPORT') %}
+
+
+
+
+
+ {% endif %}
{% endif %}
diff --git a/templates/regmel/admin/proposal/agreements.html.twig b/templates/regmel/admin/proposal/agreements.html.twig
index 13343de41..9dbafd8fd 100644
--- a/templates/regmel/admin/proposal/agreements.html.twig
+++ b/templates/regmel/admin/proposal/agreements.html.twig
@@ -19,12 +19,14 @@
+ {% if is_granted('ROLE_ADMIN') or is_granted('ROLE_SUPPORT') %}