{% load thumbnail %}{% spaceless %} {% if source|is_portrait %} {% thumbnail source '1x1' as im %} {% endthumbnail %} {% else %} {% thumbnail source dims as im %} {% endthumbnail %} {% endif %} {% endspaceless %}