{% load thumbnail %} {% if objects %} {% if instance.has_title %}
{{ object.title }}{% if object.abstract %}{{ object.abstract|truncatewords_html:8|safe }} {% else %}{{ object.body|truncatewords_html:8|safe }} {% endif %} |
|