{% load static %} {% load i18n %} {% load thumbnail %} {% ifequal item.content_type.model "fragment" %} {% with fragment=item.content_object %}
{% with image=fragment.image.info.image_file %} {% include "partial/fragment_only.html" %} {% endwith %}
{% comment %} {% with image=item.content_object.image.info.image_file %} {% if image %} {% thumbnail image "113x113" format="PNG" crop="center" as im %} {% empty %} {% 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 %} {% empty %} {% endthumbnail %} {% else %} {% endif %} {% endwith %} {% endifequal %}