{% if photos_number is defined %} {% set vehicleMediaList = vehicleMediaList[:photos_number] %} {% endif %} {% if vehicleMediaList is defined and vehicleMediaList is not empty %} {% for image in vehicleMediaList %} {% if loop.index0%2 == 0 %} {% if loop.index0 > 1 %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with { 'title' : block_title } %}
{% endif %} {% endif %} {% if loop.index0%2 == 1 %} {% endif %} {% if loop.last %}
{% include 'AppBundle:Documents/v2//Include//Global:image.html.twig' with { 'image': image, 'containerImgWidth': 440, 'containerImgHeight': 240, 'fill': true } %}
{% endif %} {% endfor %} {% endif %}