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

Editions of "{{ work.title }}"

{% include 'snippets/book_tiles.html' with books=editions %}
{% endblock %}