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

OpenLibrary Author

{% if matched %} {% for match in matched %} {% set matchId = match.key|replace({'/authors/': ''}) %} {% if match.entries %} {% endif %} {% endfor %}
Key Name Action Work Count Top Work Link
{{matchId}} {{match.name}} Match {{match.work_count}} {{match.top_work}} {% if match.key %}OpenLibrary{% endif %}
    {% for entry in match.entries %}
  • {{entry.id}} {{entry.label}} = {{entry.description}}
  • {% endfor %}
{% else %} No match found {% endif %}
{% endif %} {% endblock lookup %}