{% extends 'books.html' %} {% block lookup %} {% if authorId %}
OpenLibrary Books
{% if matched %}Key | Title | Action | Edition Count | First Published | Authors | Link |
---|---|---|---|---|---|---|
{{matchId}} | {{match.title}} | Match | {{match.edition_count}} | {{match.first_publish_year}} | {{match.author_name|join(', ')}} | {% if match.key %}OpenLibrary{% endif %} |