4 <div class="book-box-inner">
 
   5     <a href="{{ book.get_absolute_url }}">
 
   8                 {% thumbnail book.cover "216x288" as thumb %}
 
  16     <div class="book-box-body">
 
  17         <div class="book-box-head">
 
  18             <div class="mono author">
 
  19             {% for author in tags.author %}
 
  23             <div class="title">{{ book.title }}</div>
 
  28             <span class="mono">{% trans "Epoch" %}:</span> <span class="book-box-tag">
 
  29                 {% for tag in tags.epoch %}
 
  30                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
 
  34             <span class="mono">{% trans "Kind" %}:</span> <span class="book-box-tag">
 
  35                 {% for tag in tags.kind %}
 
  36                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
 
  40             <span class="mono">{% trans "Genre" %}:</span> <span class="book-box-tag">
 
  41                 {% for tag in tags.genre %}
 
  42                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
 
  49     <ul class="book-box-tools">
 
  50         <li class="book-box-read">
 
  51         {% if book.html_file %}
 
  52             <a href="{% url book_text book.urlid %}" class="mono">{% trans "Read online" %}</a>
 
  55         <li class="book-box-download">
 
  56             <a class="mono">{% trans "Download" %}</a>
 
  57             <div class="book-box-formats mono">
 
  61         <li class="book-box-audiobook">
 
  62         {% if book.has_mp3_file %}
 
  63             <a href="" class="mono">{% trans "Listen" %}</a>