{% load i18n %} {% load thumbnail %}
{% if link %} {% else %}
{% endif %} {% if object.image %}
{% thumbnail object.image 'teaser_default' subject_location=object.image.subject_location as thumbnail %} {{ object.image.default_alt_text|default:object.image.label }} {% if object.image.author %} {% endif %}
{% endif %}
{{ object.title|safe }} {% if object.description %}

{{ object.description|safe }}

{% endif %}
{% if link %}
{% else %}
{% endif %}