{% load static %} {% load i18n %} {% load thumbnail %} {% ifequal item.content_type.model "fragment" %} {% with fragment=item.content_object %}
{% endthumbnail %}
{% else %}
{% endif %}
{% endwith %}
{% endcomment %}
{% endwith %}
{% else %}
{% with image=item.content_object.info.image_file %}
{% if image %}
{% thumbnail image "113x113" format="PNG" crop="center" as im %}
{% endthumbnail %}
{% else %}
{% endif %}
{% endwith %}
{% endifequal %}