{% extends "base.html" %} {% block title %}Geocode to Commons: Reports{% endblock %} {% block content %}

Geocode reports

Back to index

Logging started {{ log_start_time.strftime("%a %d %b %Y") }}

Total lookups processed: {{ "{:,d}".format(log_count) }}

{% endblock %}