{% extends "layout.html" %} {% block content %}
COPY ITEM
{% for x in copyintro['results']['bindings'] %} {{ x['itemLabel']['value'] }} {% endfor %}
{% for x in copyintro['results']['bindings'] %} {% if 'itemDescription' in x %} {{ x['itemDescription']['value'] }} {% endif %} {% endfor %}
{% if copyimage['results']['bindings']==[] %} {% else %} {% for x in copyimage['results']['bindings'] %}
{% if "image" in x %} {% endif %} {% if "depictsLabel" in x %}

{{ x['depictsLabel']['value'] }}

{% endif %} {% if "licenseLabel" in x %}

License: {{ x['licenseLabel']['value'] }}

{% endif %}
{% endfor %} {% endif %}

COPY OF

{% if copyof['results']['bindings']==[] %}
information not available
{% else %} {% for x in copyof['results']['bindings'] %} {% endfor %} {% endif %}

COLLECTION

{% if copycollection['results']['bindings']==[] %}
information not available
{% else %} {% for x in copycollection['results']['bindings'] %} {% endfor %} {% endif %}

INVENTORY NUMBER

{% if copyinventorynumber['results']['bindings']==[] %}
information not available
{% else %} {% for x in copyinventorynumber['results']['bindings'] %} #{{ x['inventoryNumber']['value'] }} {% endfor %} {% endif %}

DESCRIPTION

{% if copydescription['results']['bindings']==[] %}

information not available

{% else %} {% for x in copydescription['results']['bindings'] %}
{{ x["text"] | safe }}
{% endfor %} {% endif %}
{% endblock content %}