diff --git a/templates/bills.html b/templates/bills.html index 24dc1c1..a6db8ec 100644 --- a/templates/bills.html +++ b/templates/bills.html @@ -23,7 +23,7 @@
- +
-
+
@@ -87,6 +89,10 @@
+
+ + +
{% for bt in bill_types %} {% if loop.first %}
@@ -103,7 +109,11 @@
{% endif %} {% if bd.bill_type_id == bt.id %} -
+ {% if bd.estimated == 1 %} +
+ {% else %} +
+ {% endif %}
@@ -121,6 +131,14 @@