{% extends 'layout.html' %} {% load bookwyrm_tags %} {% load humanize %} {% block content %}
This edition is on your {{ shelf.shelf.name }} shelf. {% include 'snippets/shelf_selector.html' with current=shelf.shelf %}
{% endfor %} {% for shelf in other_edition_shelves %}A different edition of this book is on your {{ shelf.shelf.name }} shelf. {% include 'snippets/switch_edition_button.html' with edition=book %}
{% endfor %} {% for readthrough in readthroughs %} {% include 'snippets/readthrough.html' with readthrough=readthrough %} {% endfor %}No reviews yet!