diff --git a/bookwyrm/templates/book/editions.html b/bookwyrm/templates/book/editions.html
index 17d5474c4..0d5c10447 100644
--- a/bookwyrm/templates/book/editions.html
+++ b/bookwyrm/templates/book/editions.html
@@ -1,11 +1,11 @@
{% extends 'layout.html' %}
-{% load i18n %}
+{% load i18n %}{% load utilities %}
-{% block title %}{% blocktrans with book_title=work.title %}Editions of {{ book_title }}{% endblocktrans %}{% endblock %}
+{% block title %}{% blocktrans with book_title=work|book_title %}Editions of {{ book_title }}{% endblocktrans %}{% endblock %}
{% block content %}
-
{% blocktrans with work_path=work.local_path work_title=work.title %}Editions of "{{ work_title }}"{% endblocktrans %}
+
{% blocktrans with work_path=work.local_path work_title=work|book_title %}Editions of "{{ work_title }}"{% endblocktrans %}
{% include 'book/edition_filters.html' %}
@@ -22,7 +22,7 @@
diff --git a/bookwyrm/templates/book/format_filter.html b/bookwyrm/templates/book/format_filter.html
index 4280ebac9..f86365228 100644
--- a/bookwyrm/templates/book/format_filter.html
+++ b/bookwyrm/templates/book/format_filter.html
@@ -1,5 +1,5 @@
{% extends 'snippets/filters_panel/filter_field.html' %}
-{% load i18n %}
+{% load i18n %}{% load utilities %}
{% block filter %}