-
+
+
{% if notes is defined and notes is not empty %} {% for conversation in notes %} {% include '/note/view.html.twig' with {'note': conversation['note'], 'have_user': have_user, 'replies': conversation['replies']} only %} diff --git a/templates/note/view.html.twig b/templates/note/view.html.twig index 9cfd658bae..9b5ba77df3 100644 --- a/templates/note/view.html.twig +++ b/templates/note/view.html.twig @@ -1,15 +1,12 @@
-