{% load static %} {% load thumbnail %} {% if obj.get_logo %} {# delete after changing all logos #} {% if obj.get_logo.url %} {% else %} {% endif %} {% else %} {% if obj.logo %} {% if customSize %} {% thumbnail obj.logo customSize as im %} im.width %}class="portrait"{% endif %}/> {% endthumbnail %} {% else %} {% thumbnail obj.logo "100x100" as im %} {% endthumbnail %} {% endif %} {% else %} {% endif %} {% endif %}