{% load i18n %}
{% 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 }}