diff --git a/templates/dashboard.html b/templates/dashboard.html index d0e6868..b64161f 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -2,7 +2,7 @@ {% block content %}

Projects for {{ case_email }}

-
+
@@ -21,8 +21,8 @@ - - + + @@ -84,14 +84,25 @@ Documents {% endif %} - -
Secondary Paralegal Documents Matter StageCompleted TasksPending TasksCompleted TasksPending Tasks Notice Service Date Notice Expir. Date Date Case Filed {{ r.phase_name }} + {% if r.completed_tasks %}
-
    - {% for x in r.completed_tasks[:2] %} -
  • {{ x.description }} - {{ x.completed }}
  • - {% endfor %} -
+ + + + + + + + + {% for x in r.completed_tasks[:2] %} + + + + + {% endfor %} + +
TaskCompleted
{{ x.description }}{{ x.completed }}
{% if r.completed_tasks|length > 2 %} {% endif %} @@ -110,23 +121,43 @@
-
    - {% for x in r.completed_tasks %} -
  • {{ x.description }} - {{ x.completed }}
  • - {% endfor %} -
+ + + + + + + + + {% for x in r.completed_tasks %} + + + + + {% endfor %} + +
Task DescriptionCompleted Date
{{ x.description }}{{ x.completed }}
{% endif %}
+ {% if r.pending_tasks %}
-
    - {% for x in r.pending_tasks[:2] %} -
  • {{ x.description }}
  • - {% endfor %} -
+ + + + + + + + {% for x in r.pending_tasks[:2] %} + + + + {% endfor %} + +
Task
{{ x.description }}
{% if r.pending_tasks|length > 2 %} {% endif %} @@ -145,11 +176,20 @@
-
    - {% for x in r.pending_tasks %} -
  • {{ x.description }}
  • - {% endfor %} -
+ + + + + + + + {% for x in r.pending_tasks %} + + + + {% endfor %} + +
Task Description
{{ x.description }}
{% endif %}