{% if not InDBox %}
| Title | Author(s) | Covertype | {% if InDBox %}Remove? | {% endif %}|
|---|---|---|---|---|
| {{book.title}} | {% else %}{{book.title}} | {% endif %}{% for auth in book.author %} {{ auth['surname'] }}, {{auth['firstnames']}} {% endfor %} | {{ GetCovertypeById(book.covertype) }} | {% if InDBox %}{% endif %} |