diff --git a/templates/cards/note/view.html.twig b/templates/cards/note/view.html.twig
index c8ca887e77..899c5d5b8e 100644
--- a/templates/cards/note/view.html.twig
+++ b/templates/cards/note/view.html.twig
@@ -134,21 +134,30 @@
{{ block('note_replies') }}
-
{% for complementary_info in handle_event('AppendCardNote', {'note': note }) %}
{% endfor %}
-
{% endmacro macro_note %}