diff --git a/templates/subbooks_for_book.html b/templates/subbooks_for_book.html new file mode 100644 index 0000000..1f09df9 --- /dev/null +++ b/templates/subbooks_for_book.html @@ -0,0 +1,39 @@ +
| Title | Rating | Author(s) | Year Published | Notes |
|---|---|---|---|---|
| + {% 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}} + |