{% for book in sub_books %} {% endfor %}
TitleRating
Author(s)
Year PublishedNotes
{% 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.rating}}
{{book.author}}
{{book.year_published}}
{{book.notes}}