{% spaceless %} {% load i18n %}

{% trans "Collection" %}: {{ collection }}

{% if collection.description %} {{ collection.description|safe|truncatewords_html:40 }} {% endif %}

{% for book in collection.get_books|slice:":5" %} {{ book.pretty_title }} {% endfor %}
{% endspaceless %}