{% extends "base.html" %} {% block title %}Geocode to Commons: Reports{% endblock %} {% block content %}
Logging started {{ log_start_time.strftime("%a %d %b %Y") }}
Total lookups processed: {{ "{:,d}".format(log_count) }}
Average response time: {{ average_response_time | int }} milliseconds
{{ day.strftime("%a %d %b %Y") }} | {{ "{:,d}".format(day_count) }} |
{% if place %} {{ place }} {% else %} no place found {% endif %} | {{ "{:,d}".format(place_count) }} |
Recent queries that failed to resolve into a place with a category.
{{ log.dt.strftime("%a %d %b %Y at %H:%M:%S") }} | {{ "{:.4f},{:.4f}".format(log.lat, log.lon) }} |