diff --git a/templates/dashboard.html b/templates/dashboard.html index ffd907b..4d95b5f 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,92 +1,153 @@ {% extends 'base.html' %} {% block content %} -
+

Projects for {{ case_email }}

+ +
+ +
+ + +
+
+
+

Configure Visible Columns

+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+
+
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% for r in rows %} - - - - - - - - - - - + + + + + + + + + + - - - - - +
Matter NumClient / PropertyMatter DescriptionDefendant 1Matter OpenPractice AreaNotice TypeCase NumberPremises AddressPremises CityAssigned AttorneyPrimary ContactSecondary ParalegalDocumentsMatter StageCompleted TasksPending TasksNotice Service DateNotice Expir. DateDate Case FiledDaily Rent DamagesDefault DateDefault Entered OnMotions:Demurrer Hearing DateMotion To Strike Hearing DateMotion to Quash Hearing DateOther Motion Hearing DateMSC DateMSC TimeMSC AddressMSC Div/ Dept/ RoomTrial DateTrial TimeTrial AddressTrial Div/ Dept/ RoomFinal Result of Trial/ MSCDate of SettlementFinal Obligation Under the StipDef's Comply with the Stip?Judgment DateWrit Issued DateScheduled LockoutOppose Stays?Premises Safety or Access IssuesMatter Gate or Entry CodeDate Possession RecoveredAttorney's FeesCostsMatter NumClient / PropertyMatter DescriptionDefendant 1Matter OpenPractice AreaNotice TypeCase NumberPremises AddressPremises CityAssigned AttorneyPrimary ContactSecondary ParalegalDocumentsMatter StageCompleted TasksPending TasksNotice Service DateNotice Expir. DateDate Case FiledDaily Rent DamagesDefault DateDefault Entered OnMotions:Demurrer Hearing DateMotion To Strike Hearing DateMotion to Quash Hearing DateOther Motion Hearing DateMSC DateMSC TimeMSC AddressMSC Div/ Dept/ RoomTrial DateTrial TimeTrial AddressTrial Div/ Dept/ RoomFinal Result of Trial/ MSCDate of SettlementFinal Obligation Under the StipDef's Comply with the Stip?Judgment DateWrit Issued DateScheduled LockoutOppose Stays?Premises Safety or Access IssuesMatter Gate or Entry CodeDate Possession RecoveredAttorney's FeesCosts
{{ 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 }} + {{ r.staff_person }} + {{ r.staff_person_2 }} - {% if r.documents_url %} + + {% if r.documents_url %} Documents {% endif %} {{ r.phase_name }} + {{ r.phase_name }} {% if r.completed_tasks %}
@@ -144,7 +205,7 @@ {% endif %} -
+ {% if r.pending_tasks %}
@@ -198,38 +259,38 @@ {% endif %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% else %} @@ -239,6 +300,103 @@
{{ r.notice_service_date }}{{ r.notice_expiration_date }}{{ r.case_field_date }}{% if r.daily_rent_damages %}${{ "{:,.2f}".format(r.daily_rent_damages) }}{% endif %}{{ r.default_date }}{{ r.default_entered_on_date }}{{ r.demurrer_hearing_date }}{{ r.motion_to_strike_hearing_date }}{{ r.motion_to_quash_hearing_date }}{{ r.other_motion_hearing_date }}{{ r.msc_date }}{{ r.msc_time }}{{ r.msc_address }}{{ r.msc_div_dept_room }}{{ r.trial_date }}{{ r.trial_time }}{{ r.trial_address }}{{ r.trial_div_dept_room }}{{ r.final_result }}{{ r.date_of_settlement }}{{ r.final_obligation }}{{ r.def_comply_stip }}{{ r.judgment_date }}{{ r.writ_issued_date }}{{ r.scheduled_lockout }}{{ r.oppose_stays }}{{ r.premises_safety }}{{ r.matter_gate_code }}{{ r.date_possession_recovered }}{{ r.attorney_fees }}{{ r.costs }}{{ r.notice_service_date }}{{ r.notice_expiration_date }}{{ r.case_field_date }}{% if r.daily_rent_damages %}${{ "{:,.2f}".format(r.daily_rent_damages) }}{% endif %}{{ r.default_date }}{{ r.default_entered_on_date }}{{ r.demurrer_hearing_date }}{{ r.motion_to_strike_hearing_date }}{{ r.motion_to_quash_hearing_date }}{{ r.other_motion_hearing_date }}{{ r.msc_date }}{{ r.msc_time }}{{ r.msc_address }}{{ r.msc_div_dept_room }}{{ r.trial_date }}{{ r.trial_time }}{{ r.trial_address }}{{ r.trial_div_dept_room }}{{ r.final_result }}{{ r.date_of_settlement }}{{ r.final_obligation }}{{ r.def_comply_stip }}{{ r.judgment_date }}{{ r.writ_issued_date }}{{ r.scheduled_lockout }}{{ r.oppose_stays }}{{ r.premises_safety }}{{ r.matter_gate_code }}{{ r.date_possession_recovered }}{{ r.attorney_fees }}{{ r.costs }}
+