+
{% 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 %} @@ -19,8 +18,8 @@ {% else %}

{% trans %}No notes here.{% endtrans %}

{% endif %} -