{% 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 %}
{% csrf_token %} {# this needs to be copied in with JS #}
{% if book.is_book %} {% endif %} {% if book.has_mp3_file %} {% endif %} {% if book.is_picture %} {% endif %}

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

{{ book.title }}

{% for kind in book.kinds %}{{ kind }} {% endfor %} {% for genre in book.genres %}{{ genre }} {% endfor %} {% for epoch in book.epochs %}{{ epoch }} {% endfor %}