{% load i18n %} {% with instance.target as target %}

{{ instance.title }}

{% if instance.image %} {% if instance.url %}{% endif %} {{ instance.title }} {% if instance.url %}{% endif %} {% endif %} {% if instance.description %}
{{ instance.description }}
{% endif %} {% if instance.url %} {% if instance.url_title %}{{ instance.url_title }}{% else %}{% trans "more" %} »{% endif %} {% endif %}
{% endwith %}