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

{{ author }}

{% audiobook_tree group books_by_parent %}
{% endif %} {% endfor %}