{% 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 == "N/A" %}N/A | {% else %}{% if cond == "Good" %} {% elif cond == "Average" %} {% elif cond == "Needs Replacing" %} {% endif %} | {% endif %}{{ GetOwnedById(book.owned)}} | {% endif %}{{ GetCovertypeById(book.covertype) }} | {% if InDBox %}{% endif %} |