parent
e8c60e9f9b
commit
8bfe86ee82
2 changed files with 32 additions and 0 deletions
17
templates/reports.html
Normal file
17
templates/reports.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Geocode to Commons: Reports{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="m-3">
|
||||
<h1>Geocode reports</h1>
|
||||
|
||||
<p><a href="{{ url_for("index") }}">Back to index</a></p>
|
||||
|
||||
<p>Logging started {{ log_start_time.strftime("%a %d %b %Y") }}</p>
|
||||
|
||||
<p>Total lookups processed: {{ "{:,d}".format(log_count) }}</p>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue