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 %} +

Projects for {{ case_email }}

-
- - +
+
+ @@ -132,7 +133,6 @@ {% endif %} -
-
{{ r.notice_service_date }}
- + @@ -233,4 +232,7 @@
Matter Num Client / Property {{ 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 }}
+ {% endblock %} \ No newline at end of file