{% if entity.enableScroll and entity.photos| length > 0 %}
IMAGE
{% for photo in entity.photos %} {% if photo.enabled == true %}
IMAGE
{% endif %} {% endfor %}
{% if entity.enableManualScroll %}   Previous   Next {% endif %}
{% else %}
COLLECTION
{% endif %} {% if entity.enableCaption %}
{{ entity.title }}
{{ entity.subTitle }}
{% endif %}