- <a class="read-more-show hide" href="#">{% trans "more" %}</a>
- <span class="read-more-content">
- {% if book.fb2_file %}
- <span><a href="{{ book.fb2_url}}">FB2</a></span>
- {% endif %}
- {% if book.txt_file %}
- <span><a href="{{ book.txt_url}}">TXT</a></span>
- {% endif %}
- {% download_audio book mp3=False %}
- <br>
+ {% if book.txt_file %}
+ <a href="{{ book.txt_url}}">TXT</a>
+ {% endif %}
+ </div>
+ <div class="book-box-formats">
+ {% download_audio book %}
+ </div>
+ <div class="book-box-formats">