{% if blocks.image_left != null or blocks.image_center != null or blocks.image_right != null %}
{% if blocks.image_left is not null and blocks.image_left.file is not null %} {% endif %} {% if blocks.image_center is not null and blocks.image_center.file is not null %} {% endif %} {% if blocks.image_right is not null and blocks.image_right.file is not null %} {% endif %}
{% endif %}