4 <div class="collection-box white-box">
5 <h2><a href="{{ collection.get_absolute_url }}">{{ collection }}</a></h2>
6 <div class="description">
7 {% if collection.description %}
8 {{ collection.description|safe|truncatewords_html:40 }}
12 {% for book in collection.get_books|slice:":6" %}
13 <a href="{{ book.get_absolute_url }}">
14 <img src="{% thumbnail book.cover_clean '139x193' as th %}{{ th.url }}{% endthumbnail %}" alt="{{ book.pretty_title }}" title="{{ book.pretty_title }}">