From be94b0e37386b244b14061d98cbb91d8b9b27a91 Mon Sep 17 00:00:00 2001 From: Ahosking Date: Sun, 3 Dec 2023 16:09:50 -0500 Subject: [PATCH] Add Data for existing query into form --- templates/index.html | 79 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 68 insertions(+), 11 deletions(-) diff --git a/templates/index.html b/templates/index.html index 57c8d0f..d3ac8f5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,20 +4,73 @@ {% if page_title %}

{{ page_title }}

{% endif %} +{% if timestamp_data %} +{% for point in timestamp_data %} +{{ point['time']}} +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+

+ + {% if data %} + Repeat + {% endif %} +
+
+{% endfor %} + +{% else %}
-
@@ -74,6 +127,9 @@ {% endif %}
+ +{% endif %} +
Last Mileage @@ -87,6 +143,7 @@ Last Mileage + {% for point in data %}
$ Total