{% load thumbnail %}
{% with thumb_width=column.width|stringformat:'d' %} {% thumbnail object.image.file thumb_width as thumb %} {% if object.link %} {{ object.description }} {% else %} {{ object.description }} {% endif %} {% endthumbnail %} {% endwith %} {% if object.caption %}
{{ object.caption }}
{% endif %}