3 <div class="collection-box white-box">
4 <h2><a href="{{ collection.get_absolute_url }}">{% trans "Collection" %}: {{ collection }}</a></h2>
5 {% if collection.description %}
6 {{ collection.description|safe|truncatewords_html:40 }}
8 {% for book in collection.get_books|slice:":5" %}
11 {% with collection.get_books.count|add:-5 as more %}
13 <a href="{{ collection.get_absolute_url }}">
14 {% blocktrans count c=more %}and one more{% plural %}and {{ c }} more{% endblocktrans %}