|
{% set state="" %}
{% if loop.index == 1 %}
{% set state="disabled" %}
{% endif %}
{% set state="" %}
{% if loop.index == sub_books|length %}
{% set state="disabled" %}
{% endif %}
{{book.title}}
- {{book.sub_book_num}}
|
{{book.rating}} | {{book.author}} | {{book.year_published}} | {{book.notes}}
|
{% endfor %}