{% extends 'authors.html' %} {% block findlinks %} {% if not authorId %} - WD Authors - OL Authors - Find GR Author links {% endif %} {% endblock findlinks %} {% block lookup %}

GoodReads Author

{% if matched %} {% for match in matched %} {% if match.books %} {% endif %} {% endfor %}
Id Name Action Link
{{match.id}} {{match.name}} {% if authorId %}Match{% else %}Match{% endif %} {% if match.id %}GoodReads{% endif %}
    {% for entry in match.books %}
  • {{entry.id}} {{entry.title}}
  • {% endfor %}
{% else %} No match found {% endif %}
{% endblock lookup %}