{% extends 'base.html' %} {% block main %}
Cover | Title | Author | Filetype | Category | Stack |
---|---|---|---|---|---|
{{ book.title }} | {% for author in book.authors %}
|
{{ book.fileformat }} | {{ book.category}} | {% for stack in book.stacks %}
|
{% endfor %}
Cover | Title | Author | Filetype | Category | Stack |
---|---|---|---|---|---|
{{ book.title }} | {% for author in book.authors %}
|
{{ book.fileformat }} | {{ book.category}} | {% for stack in book.stacks %}
|
{% endfor %}