{% extends "base.html" %} {% block content %}
Title | Author | Rating | Tags | Added | Published |
---|---|---|---|---|---|
{{ book.title }} | {{book.author_sort}} | {% for rating in book.ratings.all %} {{rating}} {% endfor %} | {% for tag in book.tags.all %} {{tag}} {% endfor %} | {{book.timestamp | date:"d/m/Y" }} | {{book.pubdate.year}} |