{% load thumbnail filer_tags filer_image_tags %}{% spaceless %} {% if link %}{% endif %} {% if instance.image %} {% thumbnail instance.image size crop=opts.crop upscale=opts.upscale subject_location=opts.subject_location as thumbnail %} {% else %} {# just a plain link to some external image #} {% endif %} {% if bootstrap_element == "carousel" %} {% if instance.caption or instance.description %}{% endif %} {% else %} {# other caption rendering code #} {% endif %} {% if link %}{% endif %} {% endspaceless %}