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

Import Books from GoodReads

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

Recent Imports

{% if not jobs %}

No recent imports

{% endif %}
{% endblock %}