+ {% include 'snippets/book_titleby.html' %}
+ {% include 'snippets/stars.html' with rating=item.book|rating:request.user %}
+ {% include 'snippets/shelve_button/shelve_button.html' %}
+
-
- {% include 'snippets/book_titleby.html' with book=item.book %}
- {% include 'snippets/stars.html' with rating=item.book|rating:request.user %}
- {% include 'snippets/shelve_button/shelve_button.html' with book=item.book %}
-