diff --git a/templates/bills.html b/templates/bills.html index ae83579..9076f92 100644 --- a/templates/bills.html +++ b/templates/bills.html @@ -21,7 +21,7 @@

Bill Details (go to Finance Tracker)

-
+
@@ -38,6 +38,7 @@
+
{% for bt in bill_types %} @@ -80,6 +81,7 @@
+
@@ -94,10 +96,10 @@ {% endif %} {% endfor %}
-
+
Total bills in {{yr}}
-
+
${{'%.2f'|format(total.sum)}}
@@ -106,7 +108,7 @@ -
+
{% if bd.estimated == 0 %} - - - + + {% endif %}