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