{% extends "base.html" %} {% block title %}{% endblock %} {% block content %}

{{ label }} ({{ pid }})

Back to identifier index

Total number of items: {{ total }}

OSM total: {{ osm_total }}

{% for item in items %} {% endfor %}
{{ item.label() }} ({{ item.qid }}) {{ ' / '.join(item.get_claim(pid)) }} {% for point in osm_points[item.qid] %} {{ point.identifier }}: {{ point.tags.name }}
{% endfor %}
{% endblock %}