1 {% extends "base.html" %}
 
   3 {% load catalogue_tags pagination_tags %}
 
   5 {% block titleextra %}{{ book.pretty_title }}{% endblock %}
 
   7 {% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
 
   9 {% block bodyid %}book-detail{% endblock %}
 
  15 {% work_list book_children %}
 
  18 <h2 class="main-last"><span class="mono">{% trans "See also" %}:</span></h2>
 
  19 {% related_books book %}