{% extends 'base.html' %} {% block main %}
Cover | Title | Author | Year | Category | Stack | {%if light%} {%else%}Add to a stack | {%endif%}
---|---|---|---|---|---|---|
{{ book.title }} | {% for author in book.authors %}
|
{{ book.year_published or '––'}} | {{ book.category}} |
{% for stack in book.stacks %}
XXXXXXXXXX XXXXXXXXXX {% endfor %} |
{%if light%}
{%else%}
===> | {%endif%}