{% 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 }} |
{{ notesContent }} |