diff --git a/bookwyrm/templates/import/import_status.html b/bookwyrm/templates/import/import_status.html index 6c5560dc..5b33f394 100644 --- a/bookwyrm/templates/import/import_status.html +++ b/bookwyrm/templates/import/import_status.html @@ -69,86 +69,92 @@ {% endblock %} {% block actions %}{% endblock %} -
- {% trans "Row" %} - | -- {% trans "Title" %} - | -- {% trans "ISBN" %} - | -- {% trans "Author" %} - | -- {% trans "Shelf" %} - | -- {% trans "Review" %} - | - {% block import_cols_headers %} -- {% trans "Book" %} - | -- {% trans "Status" %} - | - {% endblock %} -||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- {{ item.index }} - | - {% endblock %} -- {{ item.normalized_data.title }} - | -- {{ item.isbn }} - | -- {{ 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 %} - - {% include 'snippets/book_cover.html' with book=item.book cover_class='is-h-s' size='small' %} - - {% endif %} - | -
- {% if item.book %}
-
- {% trans "Imported" %}
+
+
|
+ {% endblock %}
+