{% if sellingData.noteList is not empty and sellingData.noteList|length > 0 %} {% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with { 'title' : block_title|trans({}, 'DocumentTrans' )} %} {% for note in sellingData.noteList %} {% if loop.index0%2 == 0 %} {% endif %} {% if loop.index0%2 == 1 or loop.last %} {% endif %} {% endfor %}

{{ note.title }}

{{ note.content }}

{% endif %}