{% include 'noscript/_nav.html' %}

All Books

Showing {{ books|length }} book{% if books|length != 1 %}s{% endif %}
{% for book in books %} {% endfor %}
ID Title Author Languages Formats
{{ book.id }} {{ book.title }} {{ book.author.name }} {{ book.languages|join(", ") }} {% for fmt in book.requested_formats(formats) %} {{ fmt }} {% endfor %}