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 downarrow">{% trans "Read online" %}</a>
55 <li class="book-box-download">
56 <a class="mono downarrow">{% trans "Download" %}</a>
57 <div class="book-box-formats mono">
59 <span><a href="{{formats.pdf.url}}">PDF</a> do wydruku</span>
62 <span><a href="{{formats.epub.url}}">EPUB</a> na czytnik</span>
65 <span><a href="{{formats.mobi.url}}">MOBI</a> na Kindle</span>
68 <span><a href="{{formats.txt.url}}">TXT</a> do zadaĆ specjalnych</span>
72 <li class="book-box-audiobook">
73 {% if book.has_mp3_file %}
74 <a href="" class="mono downarrow">{% trans "Audiobook" %}</a>