{% extends 'preferences/layout.html' %} {% load i18n %} {% block title %}{% trans "Export Book List" %}{% endblock %} {% block header %} {% trans "Export Book List" %} {% endblock %} {% block panel %}

{% trans "Your CSV export file will include all the books on your shelves, books you have reviewed, and books with reading activity.
Use this to import into a service like Goodreads." %}

{% csrf_token %}

{% endblock %}