diff --git a/src/pyj/book_list/custom_list.pyj b/src/pyj/book_list/custom_list.pyj
index de11c43413..9cd9b69810 100644
--- a/src/pyj/book_list/custom_list.pyj
+++ b/src/pyj/book_list/custom_list.pyj
@@ -43,7 +43,7 @@ def default_template():
_('{title} by {authors}'),
_('{series_index} of {series}') + '|||{rating}',
'{tags}',
- _('Date: {timestamp} Published: {pubdate}'),
+ _('Date: {timestamp}') + '|||' + _('Published: {pubdate}') + '|||' + _('Publisher: {publisher}'),
]
}
return default_template.ans