{% spaceless %} {% load i18n %} {% load ssi_include from ssify %}

{% trans "Collection" %}: {{ obj }}

{% if obj.description %} {{ obj.description|safe|truncatewords_html:40 }} {% endif %} {% for b in obj.get_books|slice:":5" %} {% ssi_include 'catalogue_book_mini' pk=b.pk %} {% endfor %} {% with obj.get_books.count|add:-5 as more %} {% if more > 0 %} {% blocktrans with c=more %}and {{ c }} more{% endblocktrans %} {% endif %} {% endwith %}
{% endspaceless %}