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

{{ self.title() }}

view this painting on Wikidata | switch to another painting | browse paintings

{% for key, prop_label in labels.items() %} {% set claims = entity['claims'][key] %} {% if claims %}

{{ prop_label }} ({{ key }})

{% for claim in claims %} {% set claim_qid = claim.mainsnak.datavalue.value.id %} {{ other[claim_qid] or '[ label missing ]' }} ({{ claim_qid }}) {% endfor %} {% endif %} {% endfor %}
{% endblock %}