{% load thumbnail %}
  • {{ object.title|safe }}
    ({{ object.id }})
    {% if object.mimetype == "text/html" %}
    {% else %} {% thumbnail object.links.thumb "480x323" crop="0px 0px" as img %} {{ object.title|safe }} ({{ object.id }}) {% endthumbnail %} {% endif %}{# mimetype #}