2020-12-13 02:25:04 +00:00
|
|
|
{% load bookwyrm_tags %}
|
2020-11-05 16:21:00 +00:00
|
|
|
<div class="columns">
|
|
|
|
<div class="column is-narrow">
|
2020-11-02 19:46:23 +00:00
|
|
|
<div>
|
2021-01-31 17:08:06 +00:00
|
|
|
<a href="{{ book.local_path }}">{% include 'snippets/book_cover.html' with book=book %}</a>
|
2021-02-23 22:00:19 +00:00
|
|
|
{% include 'snippets/stars.html' with rating=book|rating:request.user %}
|
2021-02-09 21:28:00 +00:00
|
|
|
{% include 'snippets/shelve_button/shelve_button.html' with book=book %}
|
2020-11-02 19:46:23 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-11-05 16:21:00 +00:00
|
|
|
<div class="column">
|
2020-11-02 19:46:23 +00:00
|
|
|
<h3 class="title is-6">{% include 'snippets/book_titleby.html' with book=book %}</h3>
|
2020-11-12 19:40:20 +00:00
|
|
|
{% include 'snippets/trimmed_text.html' with full=book|book_description %}
|
2020-11-02 19:46:23 +00:00
|
|
|
</div>
|
|
|
|
</div>
|