{% from "macro.html" import render_pagination %} {% extends "base.html" %} {% block title %}{{ label }}{% endblock %} {% block style %} {% endblock %} {% block content %}

{{ self.title() }}

{# {% for key, label in property_labels.items() %}

{{ label }} ({{ key }})

{{ item_entity['claims'][key] | pprint }}
{% endfor %} #}

browse index {% for pid, qid in params %} | browse {{ labels[pid] }} list {% endfor %}

{{ '{:,d}'.format(total) }} artworks found

toggle filters catalog artwork

{% for key, values in facets.items() %}

{{ prop_labels[key] }}: {% for v in values %} {{ v.label }} ({{ v.count }}) {% if not loop.last %}|{% endif %} {% endfor %}

{% endfor %}
{% for item in items %} {% set image = item.image %}
{# #}
{{ item.label }}

by {{ item.artist_name }} {% if item.date %}({{ item.date }}){% endif %}

{% endfor %}
{{ render_pagination(pager) }}
{% endblock %} {% block script %} {% endblock %}