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

All Books

{% endif %} {% if not InDBox %} {% else %} {% endif %} {% for book in books %} {% if book.sub_book_num is defined %} {% else %} {% endif %} {% if not InDBox %} {% 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)}} {% set cond = GetConditionById(book.condition) %} {% if cond == "Good" %} {% elif cond == "Average" %} {% else %} {% endif %} {{ GetOwnedById(book.owned)}}{{ GetCovertypeById(book.covertype) }}
{% endblock main_content %}