{% load l10n thumbnail %} {% localize off %}{% spaceless %} {% 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 %} {% endspaceless %}{% endlocalize %}