1 {% extends "base.html" %}
4 {% load common_tags catalogue_tags pagination_tags %}
6 {% block titleextra %}{{ book.pretty_title }}{% endblock %}
7 {% block ogimage %}{% if book.cover %}{{ book.cover.url|build_absolute_uri:request }}{% endif %}{% endblock %}
9 {% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
11 {% block bodyid %}book-detail{% endblock %}
17 {% work_list book_children %}
20 <h2 class="main-last"><span class="mono">{% trans "See also" %}:</span></h2>
21 {% related_books book %}