diff --git a/bookwyrm/templates/import/import_status.html b/bookwyrm/templates/import/import_status.html
index ac8fead0..5674aace 100644
--- a/bookwyrm/templates/import/import_status.html
+++ b/bookwyrm/templates/import/import_status.html
@@ -66,6 +66,9 @@
{% trans "Title" %}
|
+
+ {% trans "ISBN" %}
+ |
{% trans "Author" %}
|
@@ -82,10 +85,13 @@
{{ item.index }}
- {{ item.data.Title }}
+ {{ item.normalized_data.title }}
|
- {{ item.data.Author }}
+ {{ item.isbn }}
+ |
+
+ {{ item.normalized_data.authors }}
|
{% if item.book %}
|