{% load thumbnail %} {% if object.image %}
{% with thumb_width=column.width|stringformat:"d" %} {% thumbnail object.image.file thumb_width as thumb %} {% endthumbnail %} {% endwith %}
{{ object.content|safe }}
{% endif %}