{% extends "base.html" %} {% block main_content %} {% if not InDBox %}

All Books

{% set tab_id = 'book_table' %} {% else %} {% set tab_id = 'addsel_table' %} {% endif %} {% if not InDBox %} {% else %} {% endif %} {% for book in books %} {% if book.sub_book_num is defined %} {% else %} {% endif %} {% if not InDBox %} {% set cond = GetConditionById(book.condition) %} {% if cond == "N/A" %} {% else %} {% endif %} {% endif %} {% if InDBox %} {% endif %} {% endfor %}
TitleAuthor(s)PublisherConditionOwned Covertype
CovertypeAdd?
    {{book.title}}{{book.title}} {% for auth in book.author %} {{ auth['surname'] }}, {{auth['firstnames']}} {% endfor %} {{ GetPublisherById(book.publisher)}}N/A {% if cond == "Good" %} {% elif cond == "Average" %} {% elif cond == "Needs Replacing" %} {% endif %} {{ GetOwnedById(book.owned)}}{{ GetCovertypeById(book.covertype) }}
{% endblock main_content %}