{% spaceless %} {% for image in images %}
{% with thumbnail=image.image.get_thumbnail %} {% with offset_x=thumbnail.get_thumbnail_offset_x offset_y=thumbnail.get_thumbnail_offset_y %} {% endwith %}{% endwith %}
{% empty %} No images. {% endfor %} {% endspaceless %}