{% extends "layout.html" %} {% block content %}
INDEX OF PUBLISHERS
{% for x in results['results']['bindings']%} {% endfor %}
ID WORK ALIASES DESCRIPTION
{{ x['work']['value'] | replace('http://wikibase.svc/entity/', '') }} {{ x["workLabel"]['value'] }} {% if "workAltLabel" in x %} {{ x["workAltLabel"]["value"] }} {% endif %} {% if "workDescription" in x %} {{ x["workDescription"]["value"] }} {% endif %}
{% endblock content %}