{% extends 'layout.html' %} {% load i18n %} {% load humanize %} {% block title %}{% trans "Import Books" %}{% endblock %} {% block content %}

{% trans "Import Books" %}

{% csrf_token %}

{% trans 'You can download your Goodreads data from the Import/Export page of your Goodreads account.' %}

{{ import_form.csv_file }}
{% include 'snippets/privacy_select.html' with no_label=True privacy_uuid="import" %}

{% trans "Recent Imports" %}

{% if not jobs %}

{% trans "No recent imports" %}

{% endif %}
{% endblock %}