{% extends 'layout.html' %} {% load humanize %} {% block content %}

Import Books from GoodReads

{% csrf_token %}
{{ import_form.as_p }}

Imports are limited in size, and only the first {{ limit }} items will be imported.

Recent Imports

{% if not jobs %}

No recent imports

{% endif %}
{% endblock %}