| Title | Author | Publisher | Condition | Owned | Covertype |
|---|---|---|---|---|---|
| {{book.title}} | {{ book.author[0]['surname'] }}, {{book.author[0]['firstnames']}} | {{ book.publisher[0]['name']}} | {% if book.condition == "Good" %} {% elif book.condition == "Average" %} {% else %} {% endif %} | {{ book.owned}} | {{ book.covertype}} |
{{books.title}}, {{ books.author[0]['surname'] }}, {{books.author[0]['firstnames']}}
{% endif %}