{% load sorl_thumbnail %}
{% if book.is_picture %} {% if book.image_file %} {% thumbnail book.image_file "170x240" crop="center" as im %} {% endthumbnail %} {% endif %} {% else %} {% if book.cover_clean %} {{ book.title }} {% endif %} {% endif %}
{% if book.is_book %} {% endif %} {% if book.has_mp3 %} {% endif %} {% if book.is_picture %} {% endif %}

{% for author in book.authors %} {{ author }}{% if not forloop.last %}, {% endif %} {% endfor %}

{{ book.title }}