diff --git a/templates/dashboard.html b/templates/dashboard.html index f020855..64a3c3a 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,10 +1,10 @@ {% extends 'base.html' %} {% block content %} -
| Matter Num | Client / Property | @@ -57,20 +57,20 @@Costs | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - | {{ r.client }} | -{{ r.matter_description }} | -{{ r.defendant_1 }} | -{{ r.matter_open }} | -- | {{ r.notice_type }} | -{{ r.case_number }} | -{{ r.premises_address }} | -{{ r.premises_city }} | -+ | ||||
| + | {{ r.client }} | +{{ r.matter_description }} | +{{ r.defendant_1 }} | +{{ r.matter_open }} | ++ | {{ r.notice_type }} | +{{ r.case_number }} | +{{ r.premises_address }} | +{{ r.premises_city }} | +{{ r.responsible_attorney }} | @@ -83,7 +83,7 @@ {% if r.documents_url %} Documents {% endif %} | -{{ r.phase_name }} | +{{ r.phase_name }} |
{% if r.completed_tasks %}
|