{% extends 'import/import_status.html' %} {% load i18n %} {% load utilities %} {% block title %}{% trans "Import Troubleshooting" %}{% endblock %} {% block page_title %} {% trans "Review items" %} {% 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." %}
{% include 'snippets/stars.html' with rating=item.rating %}
{{ item.review|truncatechars:100 }}