{% load static %} {% load thumbnail %} {% if fragment.image %} {% with fragment.image.info.image_file as image %} {% if image|is_portrait %} {% thumbnail image "x110" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% else %} {% thumbnail image "110" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% endif %} {% endwith %} {% else %} {% endif %}