{% include 'snippets/book_titleby.html' %}
+ {% if item.notes %}
+
+ {% url 'user-feed' item.user|username as user_path %}
+ {% blocktrans trimmed with username=item.user.display_name %}
+
{{ username }} says:
+ {% endblocktrans %}
+
+ {{ item.notes }}
+
+
+ {% endif %}
{% trans "Suggested by" %}
diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html
index 0a186e8e..01970881 100644
--- a/bookwyrm/templates/lists/list.html
+++ b/bookwyrm/templates/lists/list.html
@@ -22,7 +22,7 @@
{% block panel %}
{% if request.user == list.user and pending_count %}
@@ -80,7 +80,7 @@
{% url 'user-feed' user|username as user_path %}
- {% blocktrans trimmed with username=user|username %}
+ {% blocktrans trimmed with username=user.display_name %}
{{ username }} says:
{% endblocktrans %}