{% load humanize %} {% load fr_display %} {% if shelf.books %} {% if ratings %} {% endif %} {% for book in shelf.books.all %} {% if ratings %} {% endif %} {% endfor %}
Cover Title Author Published Shelved External links Rating
{% include 'snippets/book_cover.html' with book=book %} {{ book.data.title }} {{ book.authors.first.data.name }} {{ book.data.first_publish_date }} {{ book.added_date | naturalday }} OpenLibrary {{ ratings | dict_key:book.id | stars}}
{% else %}

This shelf is empty.

{% endif %}