{% extends 'layout.html' %} {% load fr_display %} {% block content %}

Editions of "{{ work.title }}"

    {% for book in editions %}
  1. {% include 'snippets/book_cover.html' with book=book %} {% include 'snippets/shelve_button.html' with book=book %}
  2. {% endfor %}
{% endblock %}