{% if data.books %} {% for book in data.books %}
{% if book.book_uuid %} {{ book.book_title }} {% else %} {{ book.book_title }} {% endif %} ({{ book.total_sessions }} listening sessions)
{% if book.tracks %} {% for t in book.tracks %} {% endfor %}
Track Artist Plays
{% if t.track_uuid %}{{ t.track_name }}{% else %}{{ t.track_name }}{% endif %} {{ t.artist_name }} {{ t.count }}
{% endif %}
{% endfor %} {% else %}

No concurrent reading data found.

{% endif %}