diff --git a/templates/dashboard.html b/templates/dashboard.html index 3ae4079..5d17bf1 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,9 +1,10 @@ {% extends 'base.html' %} {% block content %} +
| Matter Num | Client / Property | @@ -132,7 +133,6 @@ {% endif %} -{{ r.notice_expiration_date }} | - | {{ r.daily_rent_damages }} | +{% if r.daily_rent_damages %}${{ "{:,.2f}".format(r.daily_rent_damages) }}{% endif %} | {{ r.default_date }} | {{ r.default_entered_on_date }} | @@ -233,4 +232,7 @@ |
|---|