{% extends 'import/import_status.html' %} {% load i18n %} {% load utilities %} {% block title %}{% trans "Import Troubleshooting" %}{% endblock %} {% block page_title %} {% trans "Review items" %} {% endblock %} {% block breadcrumbs %}
  • {% trans "Review" %}
  • {% endblock %} {% block actions %}

    {% trans "Approving a suggestion will permanently add the suggested book to your shelves and associate your reading dates, reviews, and ratings with that book." %}

    {% endblock %} {% block import_cols_headers %} {% endblock %} {% block index_col %} {{ item.index }} {% endblock %} {% block import_cols %} {% endblock %} {% block action_row %}
    {% with guess=item.book_guess %}
    {% include 'snippets/book_cover.html' with book=guess cover_class='is-h-s' size='small' %}

    {% include 'snippets/book_titleby.html' with book=guess %}

    {% csrf_token %}
    {% csrf_token %}
    {% endwith %}
    {% endblock %}