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

Wikidata Series

{% if matched %} {% for match in matched %} {% endfor %}
Id Label Action Description Link
{{match.id}} {{match.label}} Match {{match.description}} {% if match.wiki_url %}Wikipedia{% endif %}
{% else %} No match found {% endif %}
{% endblock lookup %}