{% 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|removetags:"p"|truncatewords:30 }}

{% endif %}

{{ object.title }}

{{ object.subtitle }}

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