{% extends "layout.html" %} {% block content %}
INDEX OF CREATORS / CONTRIBUTORS
{% for x in results['results']['bindings']%} {% 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 %}
{% endblock content %}