| Title | Book Number |
|---|---|
| {% if book.parent_ref|length %} {% set style="visibility: hidden" %} {% endif %} {{book.title}} |
{% for s in book.series %}
{% if not book.child_ref|length %}
{{ SeriesBookNum( s.id, book.id ) }} of {{s.title}} {% endif %} {% if SeriesBookNum( s.id, book.id ) == 1 %} {% endif %} {% if SeriesBookNum( s.id, book.id ) == s.num_books %} {% endif %} {% endfor %} |