{% load thumbnail %}{% spaceless %} {% if ad %} {% for image in ad.images %} {% thumbnail image image.size padding=True padding_color="#ffffff" as thumb %} {% endthumbnail %} {% endfor %} {% endif %} {% endspaceless %}