{% extends 'series.html' %} {% block lookup %}

GoodReads Series

{% if matched %} {% for match in matched %} {% if match.books %} {% endif %} {% endfor %}
Id Title Count Action Description Link
{{match.id}} {{match.title}} {{match.count}} {% if seriesId %}Match{% endif %} {{match.description|raw}} GoodReads
    {% for entry in match.books %}
  • {{entry.id}} {{entry.title}}
  • {% endfor %}
{% else %} No match found {% endif %}
{% endblock lookup %}