{% extends "base.html" %} {% block main_content %}
| Title | Author(s) | Publisher | Condition | Owned | Covertype | |
|---|---|---|---|---|---|---|
| {{book.title}} | {% else %}{{book.title}} | {% endif %}{% 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) }} |