{% extends 'base.html' %} {% block title %}{{super()}} ยท {{ property.label.text }}{% endblock %} {% block body_class %}header-main{% endblock %} {% block body %} {% set zone = 'group' %} {% include 'partials/nav.html' %}

items grouped by {{ property.label.text }}

{{ property.description.text }}

{% for count, claims in counted_claims %}
{% if claims.0.type == 'wikibase-item' %} {{ claims.0.object.label.text }} {% else %} {{ claims.0.text }} {% endif %} ({{ count }}) {% if claims.0.type == 'wikibase-item' %} {% endif %}
{% endfor %}
{% endblock %}