LibraryThing
{% if books %}-
{% for book in books|slice:":50" %}
- {% if lt_api_key %}{% endif %}{{book.title.title}} | ISBN:{{book.isbn}} | Work ID:{{book.work_id}} | Book ID:{{book.book_id}} {% endfor %}
{% extends "base.html" %} {% block title %}LibraryThing{% endblock %} {% block content %}