{% extends "layout.html" %} {% block content %}
INDEX OF {{ targetgroup }}
{% for x in results['results']['bindings']%} {% if 'creators' in x %} {% endif %} {% if 'publishers' in x %} {% endif %} {% endfor %}
ID LABEL ALIASES DESCRIPTION
{{ x['creators']['value'] | replace('http://daap.bannerrepeater.org/entity/', '') }} {{ x["creatorsLabel"]['value'] }} {% if "creatorsAltLabel" in x %} {{ x["creatorsAltLabel"]["value"] }} {% endif %} {% if "creatorsDescription" in x %} {{ x["creatorsDescription"]["value"] }} {% endif %}
{{ x['publishers']['value'] | replace('http://daap.bannerrepeater.org/entity/', '') }} {{ x["publishersLabel"]['value'] }} {% if "publishersAltLabel" in x %} {{ x["publishersAltLabel"]["value"] }} {% endif %} {% if "publishersDescription" in x %} {{ x["publishersDescription"]["value"] }} {% endif %}
{% endblock content %}