diff --git a/templates/bills.html b/templates/bills.html index a6db8ec..da76a2a 100644 --- a/templates/bills.html +++ b/templates/bills.html @@ -110,19 +110,23 @@ {% endif %} {% if bd.bill_type_id == bt.id %} {% if bd.estimated == 1 %} -
+
+ {% set classes="fst-italic form-control text-center bg-white" %} {% else %}
+ {% set classes="form-control text-center bg-white" %} {% endif %} -
-
-
+
+
+
+ {% if bd.estimated == 0 %} + {% endif %}
{% endif %} {% endfor %}