{% extends 'base.html' %} {% block main %}
Year published: | {{ book.year_published or '––'}} |
Author(s): | {% for author in book.authors %}
{{ author.author_name }} {% endfor %} |
Category: | {{ book.category }} |
Included in stack(s): | {% for stack in book.stacks %}
– Remove from stack{% endfor %} |