{% extends 'books.html' %} {% block lookup %} {% if authorId %}

GoodReads Books

{% if matched %} {% for match in matched %} {% endfor %}
Id Cover Title Series Action Link
{{match.id}} {% if match.cover %}{% endif %} {{match.title}} {% if match.series.id %}{{match.series.title}} #{{match.series.index}}{% endif %} {% if match.series.id %} {% if not serId %} Series {% endif %} {% endif %} {% if bookId %} Match {% else %} Match {% endif %} GoodReads
{% else %} No match found {% endif %}
{% endif %} {% endblock lookup %}