{% extends 'components/dropdown.html' %} {% load i18n %} {% load bookwyrm_tags %} {% load utilities %} {% block dropdown-trigger %} {% trans "Move book" %} {% endblock %} {% block dropdown-list %} {% with book.id|uuid as uuid %} {% active_shelf book as active_shelf %} {% latest_read_through book request.user as readthrough %} {% for shelf in user_shelves %} {% if shelf.editable %}