{% extends "opac/base.html" %} {% load markdownify %} {% block navbar_items %} {{ block.super }}
{{ author.get_author_type_display }}
{% if author.description %}{{ author.description|truncatewords:50|markdownify }} {% if author.description_requires_read_more %} Read more... {% endif %}
{% endif %}| Title |
|---|
| {{ book.title }} {% if book.subtitle %} : {{ book.subtitle }} {% endif %} |