{% extends "opac/base.html" %} {% load markdownify %} {% block navbar_items %} {{ block.super }}
{{ book.authors.all|join:"; " }}
{{ book.description|truncatewords:50|markdownify }} {% if book.description_requires_read_more %} Read more... {% endif %}
{{ book.published_date }}
{{ book.isbn }}
| Copy Ref. | Status |
|---|---|
| {{ copy.assn_id }} | {{ copy.get_status_display }} |