1 {% extends "base/base.html" %}
3 {% load catalogue_tags %}
5 {% block titleextra %}{{ collection.title }}{% endblock %}
7 {% block bodyid %}collection{% endblock %}
10 <h1>{{ collection.title }}</h1>
12 {{ collection.description|safe }}
14 {% plain_list collection.get_books by_author=True %}