{% extends 'layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% block title %}{% blocktrans with book_title=work.title %}Editions of {{ book_title }}{% endblocktrans %}{% endblock %} {% block content %}

{% blocktrans with path=work.local_path work_title=work.title %}Editions of "{{ work_title }}"{% endblocktrans %}

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