| Title | Book Number |
|---|---|
| {% if SeriesBookNum( series.id, book.id ) == 1 %} {% set ds="disabled" %} {% endif %} {% if SeriesBookNum( series.id, book.id ) == series.num_books %} {% set de="disabled" %} {% endif %} {% if book.sub_book_num is defined %} {{book.title}} {% else %} {{book.title}} {% endif %} |
{% for s in book.series %}
{{ SeriesBookNum( s.id, book.id ) }} of {{s.title}} {% endfor %} |