{% load catalogue_tags %} {% book_tree orphans books_by_parent %} {% for author, group in books_by_author.items %} {% if group %}

{{ author }}

{% book_tree group books_by_parent %}
{% endif %} {% endfor %}