2 <div class="book-mini-box">
3 <a href="{{ book.get_absolute_url }}">
6 {% thumbnail book.cover "139x193" as thumb %}
14 <span class="mono author">
15 {% for name, url in related.tags.author %}
16 {{ name }}{% if not forloop.last %}, {% endif %}
19 <span class="title">{{ book.title }}</span>