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