diff --git a/bookwyrm/templates/import/import_status.html b/bookwyrm/templates/import/import_status.html index 0a3c9b47..6c5560dc 100644 --- a/bookwyrm/templates/import/import_status.html +++ b/bookwyrm/templates/import/import_status.html @@ -70,7 +70,6 @@ {% block actions %}{% endblock %}
{% trans "Row" %} @@ -84,23 +83,28 @@ | {% trans "Author" %} | ++ {% trans "Shelf" %} + | {% trans "Review" %} | + {% block import_cols_headers %}{% trans "Book" %} | {% trans "Status" %} | + {% endblock %}
---|---|---|---|---|---|
{{ item.index }} | + {% endblock %}{{ item.normalized_data.title }} | @@ -110,10 +114,14 @@{{ item.normalized_data.authors }} | ++ {{ item.normalized_data.shelf }} + |
{% include 'snippets/stars.html' with rating=item.rating %} {{ item.review|truncatechars:100 }} |
+ {% block import_cols %}
{% if item.book %} @@ -136,8 +144,9 @@ {% trans "Pending" %} {% endif %} | + {% endblock %}
{% include 'snippets/stars.html' with rating=item.rating %}
-{{ item.review|truncatechars:100 }}
-