{% if destination.images|length>0 %} {% for key, image in destination.images %} {% if key < 9 and image|generateUrl %}
{% else %} {% set break = true %} {% endif %} {% endfor %} {% endif %}