{% load thumbnail %}
{% if item.images.count > 1 %} {% with item.images_sorted_by_name.first as main_image %} {% if main_image.wh_ratio < 1.3 %} {% else %} {% endif %} {% endwith %} {% else %} {% with item.images.first as main_image %}
{% thumbnail main_image.media "250x250" crop=False as im %} {% endthumbnail %}
{% endwith %} {% endif %}