{% extends "base.html" %} {% block title %}{% endblock %} {% block content %}
Total number of items: {{ total }}
OSM total: {{ osm_total }}
{{ item.label() }} ({{ item.qid }}) | {{ ' / '.join(item.get_claim(pid)) }} |
{% for point in osm_points[item.qid] %}
{{ point.identifier }}: {{ point.tags.name }} {% endfor %} |