{% spaceless %} {% load i18n %} {% load thumbnail %}

{{ collection }}

{% if collection.description %} {{ collection.description|safe|truncatewords_html:40 }} {% endif %}
{% for book in collection.get_books|slice:":6" %} {{ book.pretty_title }} {% endfor %}
{% endspaceless %}