{% extends 'layout.html' %} {% load bookwyrm_tags %} {% load humanize %} {% block content %}
Import started: {{ job.created_date | naturaltime }}
{% if job.complete %}Import completed: {{ task.date_done | naturaltime }}
{% elif task.failed %}(Hit reload to update!)
{% endif %}Book | Title | Author | |
---|---|---|---|
{% if item.book %} {% include 'snippets/book_cover.html' with book=item.book size='small' %} {% endif %} | {{ item.data|dict_key:'Title' }} | {{ item.data|dict_key:'Author' }} | {% if item.book %} Imported {% endif %} |