{% if invoiceNotes is not empty and invoiceNotes|length > 0 %} {% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with { 'title' : 'comments'|trans({}, 'DocumentTrans' )} %} {% for note in invoiceNotes %}

{{ note.title }}

{{ note.content }}

{% endfor %} {% endif %} {% set notesContent = '' %} {% if invoiceAdditionalRemark is not empty %} {% set notesContent = notesContent ~ invoiceAdditionalRemark %} {% endif %} {% if invoiceComment is not empty %} {% set notesContent = notesContent ~ invoiceComment %} {% endif %} {% if notesContent is not empty %} {% if invoiceNotes is empty %} {% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with { 'title' : 'comments'|trans({}, 'DocumentTrans' )} %} {% endif %}

{{ notesContent }}

{% endif %}