|
{{ 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 %}
Documents
{% endif %} |
{{ r.phase_name }} |
{% if r.completed_tasks %}
| Task |
Completed |
{% for x in r.completed_tasks[:2] %}
| {{ x.description }} |
{{ x.completed }} |
{% endfor %}
{% if r.completed_tasks|length > 2 %}
{% endif %}
| Task Description |
Completed Date |
{% for x in r.completed_tasks %}
| {{ x.description }} |
{{ x.completed }} |
{% endfor %}
{% endif %}
|
{% if r.pending_tasks %}
| Task |
{% for x in r.pending_tasks[:2] %}
| {{ x.description }} |
{% endfor %}
{% if r.pending_tasks|length > 2 %}
{% endif %}
| Task Description |
{% for x in r.pending_tasks %}
| {{ x.description }} |
{% endfor %}
{% endif %}
|
{{ 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 }} |
{% else %}