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