diff --git a/src/Bundle/ChillMainBundle/Resources/views/Notification/_list_item.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Notification/_list_item.html.twig
index 62b593725..91de10f99 100644
--- a/src/Bundle/ChillMainBundle/Resources/views/Notification/_list_item.html.twig
+++ b/src/Bundle/ChillMainBundle/Resources/views/Notification/_list_item.html.twig
@@ -1,118 +1,119 @@
+{% macro title(c) %}
+
+{% endmacro %}
+
+{% macro header(c) %}
+
+{% endmacro %}
+
+{% macro content(c) %}
+
+
+ {% include c.data.template with c.data.template_data %}
+
+
+
+
+ {% if c.full_content is defined and c.full_content == 'true' %}
+ {{ c.notification.message|chill_markdown_to_html }}
+ {% else %}
+ {{ c.notification.message|u.truncate(250, '…', false)|chill_markdown_to_html }}
+ {% endif %}
+
+
+ {% if c.action_button is not defined or c.action_button != 'false' %}
+
+
+ -
+ {# Vue component #}
+
+
+ {% if is_granted('CHILL_MAIN_NOTIFICATION_UPDATE', c.notification) %}
+ -
+
+
+ {% endif %}
+ {% if is_granted('CHILL_MAIN_NOTIFICATION_SEE', c.notification) %}
+ -
+
+
+ {% endif %}
+
+
+ {% endif %}
+{% endmacro %}
+
{% if fold_item is defined and fold_item != 'false' %}
-