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>
 
  29             <span class="book-box-tag">
 
  30                 {% for tag in tags.epoch %}
 
  31                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
 
  35             <span class="mono">{% trans "Kind" %}: </span>
 
  36             <span class="book-box-tag">
 
  37                 {% for tag in tags.kind %}
 
  38                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
 
  42             <span class="mono">{% trans "Genre" %}: </span>
 
  43             <span class="book-box-tag">
 
  44                 {% for tag in tags.genre %}
 
  45                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
 
  52     <ul class="book-box-tools">
 
  53         <li class="book-box-read">
 
  54         {% if book.html_file %}
 
  55             <a href="" class="mono">{% trans "Read online" %}</a>
 
  58         <li class="book-box-download">
 
  59             <a class="mono">{% trans "Download" %}</a>
 
  60             <div class="book-box-formats mono">
 
  64         <li class="book-box-audiobook">
 
  65         {% if book.has_mp3_file %}
 
  66             <a href="" class="mono">{% trans "Audiobook" %}</a>