{% load bookwyrm_tags %} {% load utilities %} {% if request.user.is_authenticated %} {% with book.id|uuid as uuid %} {% active_shelf book as active_shelf %} {% latest_read_through book request.user as readthrough %} {% with active_shelf_book=active_shelf.book %}