{% load l10n static cascade_tags thumbnail %} {% localize off %}{% spaceless %} {% if instance.image|is_valid_image %} {% for elem in elements %} {% thumbnail instance.image elem.size zoom=elem.zoom crop=elem.crop upscale=elem.upscale subject_location=elem.subject_location as thumb %} {% if elem.size2 %} {% thumbnail instance.image elem.size2 zoom=elem.zoom crop=elem.crop upscale=elem.upscale subject_location=elem.subject_location as thumb2 %} {% endif %} {% if elem.tag == "source" %} {% elif elem.tag == "img" %} {% endif %} {% endfor %} {% else %} {% endif %} {% endspaceless %}{% endlocalize %}