{{ post.title|safe }} {% if post.image %} {% thumbnail post.image "128x80" crop="top" as im %}{% endthumbnail %} {% elif post.photo.all.0 %} {% thumbnail post.photo.all.0 "128x80" crop="top" as im %}{% endthumbnail %} {% endif %} {{ post.text|safe|striptags|truncatewords:50 }}