{% load i18n thumbnail %}

{{ object.title }}

{% if object.image or object.image_url %} {% if link %}{% endif %} {% if object.image_url %} {% if object.alt %}{{ object.alt }}{% endif %} {% else %} {% if object.alt %}{{ object.alt }}{% endif %} {% endif %} {% if link %}{% endif %} {% endif %} {% if object.description %}

{{ object.description }}

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