{% load cms_tags thumbnail %}
{% if show_images %}
{% with srcset=carousel.srcset %}
{% with main_src=srcset.lg %}
{% thumbnail image.file main_src.size crop=main_src.crop upscale=main_src.upscale subject_location=image.subject_location as main_thumb %}
{% endwith %}{% endwith %}
{% else %}