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

{% trans "Import Books" %}

{% csrf_token %}
{% include 'import/tooltip.html' with controls_text="goodreads-tooltip" %}
{{ 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 %}