{% 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 %} {% endwith %} {% endif %}