{% load i18n %} {% load thumbnail %}
{% if book.cover %} Cover {% endif %}
{% for author in tags.author %} {{ author }} {% endfor %}
{{ book.title }}
{% spaceless %} {% trans "Epoch" %}:  {% for tag in tags.epoch %} {{ tag.name }} {% endfor %} {% trans "Kind" %}:  {% for tag in tags.kind %} {{ tag.name }} {% endfor %} {% trans "Genre" %}:  {% for tag in tags.genre %} {{ tag.name }} {% endfor %} {% endspaceless %}