1 {% extends "base.html" %}
 
   4 {% load catalogue_tags pagination_tags %}
 
   6 {% block titleextra %}{{ book.pretty_title }}{% endblock %}
 
   7 {% block ogimage %}{{ book.cover.url|build_absolute_uri:request }}{% 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 %}