diff --git a/templates/bills.html b/templates/bills.html index 5ee9a37..9bf9f01 100644 --- a/templates/bills.html +++ b/templates/bills.html @@ -21,6 +21,22 @@

Bill Details (go to Finance Tracker)

+{# DEBUG totals if needed + + {% for bt in total %} + + {% for yr in range( 2025, 2032 ) %} + {% if yr in total[bt] %} + + {% endif %} + {% endfor %} + + {% endfor %} +
 {{bt}}: + {{total[bt][yr]}} +
+#} +