{% extends "base.html" %} {% block main_content %}
| Book Number of Series | Series | Book Number of Series | Series |
|---|---|---|---|
| {{obj.missing}} | {{obj.title}} | {% if (loop.index % 2) == 0 %}||
| Title | Author(s) | Title | Author(s) |
| {{book.title}} | {% for auth in book.author %} {{ auth['surname'] }}, {{auth['firstnames']}} {% endfor %} | {% if (loop.index % 2) == 0 %}