{% if objects %} {% if instance.has_title %}
{{ instance.title }}
{% endif %}
{% for object in objects %} {% endfor %}

{{ object.title }}

{% if object.abstract %}

{{ object.abstract|truncatewords_html:8|safe }}

{% else %}

{{ object.body|truncatewords_html:8|safe }}

{% endif %}
{% endif %}