{% extends "base.html" %} {% block content %} {% load static %}

{{publisher}}

{% if publisher.released %} {% for book in books %} {% endfor %}
Title Author Rating Tags Added
{{ book.title }} {{book.author_sort}} {% for rating in book.rating.all %} {{rating}} {% endfor %} {% for tag in book.tags.all %} {{tag}}, {% endfor %} {{book.timestamp}}
{% else %} {%endif%} {% endblock %}