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

{{ self.title() }}

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

{% if session.no_find_more %}

find more disabled

{% else %} {% raw %}

{{ prop['label'] }} ({{ prop['pid'] }})

{{ value['label'] }} ({{ value['qid'] }})
{% endraw %} {% endif %}
{% endblock %} {% block script %} {% endblock %}