{% load i18n %} {% if editorial_content_template %} {% include editorial_content_template %} {% else %}
{% if object.image %} {{ object.image_caption|striptags }} {% endif %} {% if object.image_caption %}
{{ object.image_caption|safe }}
{% endif %}

{% if object.website %} {{ object.title }}{% else %} {{ object.title }}{% endif %}

{{ object.subtitle }}

{{ object.description|safe }}
{% endif %}