{% extends "base.html" %} {% block title %}{{ label or 'no label' }} ({{qid }}){% endblock %} {% block style %} {% endblock %} {% block content %}

{{ self.title() }}

{% if label_languages %}

Label from: {% for lang in label_languages %} {{ lang.label }} ({{ lang.code }}) {% if show_translation_links %} [translate] {% endif %} {% endfor %}

{% endif %}
{% for hit in hits %}

url: {{ hit.url }}
label: {{ hit.label }}
qid: {{ hit.qid }}
sources: {{ hit.sources() }}

{% endfor %}
{% for key, prop_label in labels.items() %} {% set claims = entity['claims'][key] %} {% if claims %}
{{ prop_label }}: {% for claim in claims %} {% if 'datavalue' in claim.mainsnak %} {% set claim_qid = claim.mainsnak.datavalue.value.id %} {{ other[claim_qid] or '[ label missing ]' }} ({{ claim_qid }}) {% else %} no value {% endif %} {% endfor %}
{% endif %} {% endfor %} {% if catalog_detail %} {% for detail in catalog_detail %}
{{ detail.label }}: {{ detail.value }}
{% endfor %} {% endif %} {% if catalog_url %}

catalog URL: {{ catalog_url }}

{% endif %} {% if catalog %}

information from the {{ catalog.institution }} catalog

{% if catalog.description %}
description: {{ catalog.description }}
{% endif %} {% if catalog.keywords %}
keywords {% for keyword in catalog.keywords %} {{ keyword }} {% endfor %}
{% endif %}
{% endif %}
{% if not username %}

Connect with Wikidata {% endif %} {% if username %}

{% raw %}

what can you see in this painting?

{{ new_depicts.length }} new items to add to painting depicts statement
{{ hit.label }} ({{ hit.alt_label }}) remove — {{ hit.count }} existing paintings ({{ hit.qid }}) view on Wikidata
{{ hit.description }}
{{ hit.label }} ({{ hit.alt_label }}) — {{ hit.count }} existing paintings ({{ hit.qid }}) view on Wikidata
{{ hit.description }}
{% endraw %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}