{% extends "base.html" %} {% block main_content %} {% if not InDBox %}
| Title | Author(s) | {% if not InDBox %}Publisher | Condition | Owned | Covertype | Covertype | Add? | {% endif %} {% for book in books %}
|---|---|---|---|---|---|---|---|
| {{book.title}} | {% else %}{{book.title}} | {% endif %}{% for auth in book.author %} {{ auth['surname'] }}, {{auth['firstnames']}} {% endfor %} | {% if not InDBox %}{{ GetPublisherById(book.publisher)}} | {% set cond = GetConditionById(book.condition) %} {% if cond == "Good" %} {% elif cond == "Average" %} {% else %} {% endif %} | {{ GetOwnedById(book.owned)}} | {% endif %}{{ GetCovertypeById(book.covertype) }} | {% if InDBox %}{% endif %} |