You can find the data here.
{% if config.CO2LOGSERVER_UPLOAD_HELP %}
Upload
You can find instructions on how to upload data
here.
{% endif %}
Stats
{% if database.count > 0 %}
Currently ({{date}}) there
{% if database.count > 1 %}
are {{database.count}} rows of data
{% else %}
is {{database.count}} record row
{% endif %}
in the database.
{% else %}
The database is currently empty.
{% endif %}