diff --git a/templates/dashboard.html b/templates/dashboard.html
index 56a0f85..751c344 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -1,64 +1,65 @@
{% extends 'base.html' %}
{% block content %}
Projects for {{ case_email }}
-
-
-
-
- | Matter Num |
- Client / Property |
- Matter Description |
- Defendant 1 |
- Matter Open |
- Practice Area |
- Notice Type |
- Case Number |
- Premises Address |
- Premises City |
- Client Email (Primary) |
- Responsible Attorney and best contact |
- Staff person currently in charge of your case, with contact info |
- 2nd Staff person currently in charge of your case, with contact info |
- Link to Hona Portal |
- Matter Stage |
- Completed Tasks |
- Pending Tasks |
- Notice Service Date |
- Notice Expir. Date |
- Date Case Filed |
- Daily Rent Damages |
- Default Date |
- Default Entered On |
- Motions: |
- Demurrer Hearing Date |
- Motion To Strike Hearing Date |
- Motion to Quash Hearing Date |
- Other Motion Hearing Date |
- MSC Date |
- MSC Time |
- MSC Address |
- MSC Div/ Dept/ Room |
- Trial Date |
- Trial Time |
- Trial Address |
- Trial Div/ Dept/ Room |
- Final Result of Trial/ MSC |
- Date of Settlement |
- Final Obligation Under the Stip |
- Def's Comply with the Stip? |
- Judgment Date |
- Writ Issued Date |
- Scheduled Lockout |
- Oppose Stays? |
- Premises Safety or Access Issues |
- Matter Gate or Entry Code |
- Date Possession Recovered |
- Attorney's Fees |
- Costs |
- Service Attempt Date 1 |
-
-
-
+
+
+
+
+
+ | Matter Num |
+ Client / Property |
+ Matter Description |
+ Defendant 1 |
+ Matter Open |
+ Practice Area |
+ Notice Type |
+ Case Number |
+ Premises Address |
+ Premises City |
+ Client Email (Primary) |
+ Responsible Attorney and best contact |
+ Staff person currently in charge of your case, with contact info |
+ 2nd Staff person currently in charge of your case, with contact info |
+ Link to Hona Portal |
+ Matter Stage |
+ Completed Tasks |
+ Pending Tasks |
+ Notice Service Date |
+ Notice Expir. Date |
+ Date Case Filed |
+ Daily Rent Damages |
+ Default Date |
+ Default Entered On |
+ Motions: |
+ Demurrer Hearing Date |
+ Motion To Strike Hearing Date |
+ Motion to Quash Hearing Date |
+ Other Motion Hearing Date |
+ MSC Date |
+ MSC Time |
+ MSC Address |
+ MSC Div/ Dept/ Room |
+ Trial Date |
+ Trial Time |
+ Trial Address |
+ Trial Div/ Dept/ Room |
+ Final Result of Trial/ MSC |
+ Date of Settlement |
+ Final Obligation Under the Stip |
+ Def's Comply with the Stip? |
+ Judgment Date |
+ Writ Issued Date |
+ Scheduled Lockout |
+ Oppose Stays? |
+ Premises Safety or Access Issues |
+ Matter Gate or Entry Code |
+ Date Possession Recovered |
+ Attorney's Fees |
+ Costs |
+ Service Attempt Date 1 |
+
+
+
{% for r in rows %}
|
@@ -230,7 +231,9 @@
No matching projects found. |
{% endfor %}
-
-
+
+
+
+
{% endblock %}
\ No newline at end of file