{% load i18n thumbnail %}

{{ instance.title }}

{% if instance.image or instance.image_url %} {% if link %}{% endif %} {% if instance.image_url %} {% if instance.alt %}{{ instance.alt }}{% endif %} {% else %} {% thumbnail instance.image size crop upscale subject_location=opts.subject_location as thumbnail %} {% if instance.alt %}{{ instance.alt }}{% endif %} {% endif %} {% if link %}{% endif %} {% endif %} {% if instance.description %}

{{ instance.description }}

{% endif %} {% if link %}{% trans "more" %} »{% endif %}