{% extends 'base.html' %} {% block content %}

Projects for {{ case_email }}

{% for r in rows %} {% else %} {% endfor %}
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
{{ r.client }} {{ r.matter_description }} {{ r.defendant_1 }} {{ r.matter_open }} {{ r.notice_type }} {{ r.case_number }} {{ r.premises_address }} {{ r.premises_city }}
???
{% if r.responsible_attorney %}
{{- r.responsible_attorney.initials}}
{{ r.responsible_attorney.fullname }}
{% endif %}
{% if r.staff_person %}
{{- r.staff_person.initials}}
{{ r.staff_person.fullname }}
{% endif %}
???
???
???
{{ r.phase_name }} {% if r.completed_tasks %}
    {% for x in r.completed_tasks[:2] %}
  • {{ x }}
  • {% endfor %}
{% if r.completed_tasks|length > 2 %} {% endif %}

Completed Tasks

    {% for x in r.completed_tasks %}
  • {{ x }}
  • {% endfor %}
{% endif %}
{% if r.pending_tasks %}
    {% for x in r.pending_tasks[:2] %}
  • {{ x }}
  • {% endfor %}
{% if r.pending_tasks|length > 2 %} {% endif %}

Pending Tasks

    {% for x in r.pending_tasks %}
  • {{ x }}
  • {% endfor %}
{% endif %}
{{ r.service_attempt_date_1}}
No matching projects found.
{% endblock %}