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

Projects for {{ case_email }}

{% for r in rows %} {% else %} {% endfor %}
Project ID Project Name Client Name Project Type Phase Name Phase Date Created Date Last Activity Project Email Project URL Defendant Name Defendant Type Defendant Role Defendant Email Defendant Phone Defendant Address Property Manager Name Property Manager Type Property Manager Role Property Manager Email Property Manager Phone Property Manager Address Attorney Name Attorney Type Attorney Role Attorney Email Attorney Phone Attorney Address
{{ r.ProjectId or '—' }} {{ r.ProjectName or '—' }} {{ r.client or '—' }} {{ r.projectTypeCode or '—' }} {{ r.phaseName or '—' }} {{ (r.phaseDate or '')[:10] }} {{ (r.createdDate or '')[:10] }} {{ (r.lastActivity or '')[:10] }} {{ r.ProjectEmailAddress or '—' }} {% if r.projectUrl %} Open {% else %}—{% endif %} {% for c in r.contacts %} {% if 'Defendant' in (c.roles or []) %} {{ c.orgContact.firstName }} {{ c.orgContact.lastName }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Defendant' in (c.roles or []) %} {{ (c.orgContact.personTypes or ['—']) | join(', ') }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Defendant' in (c.roles or []) %} {{ (c.roles or ['—']) | join(', ') }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Defendant' in (c.roles or []) and c.orgContact.emails %} {{ c.orgContact.emails[0].address }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Defendant' in (c.roles or []) and c.orgContact.phones %} {{ c.orgContact.phones[0].number }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Defendant' in (c.roles or []) and c.orgContact.addresses %} {{ c.orgContact.addresses[0].fullAddress }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Property Manager' in (c.roles or []) %} {{ c.orgContact.firstName }} {{ c.orgContact.lastName }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Property Manager' in (c.roles or []) %} {{ (c.orgContact.personTypes or ['—']) | join(', ') }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Property Manager' in (c.roles or []) %} {{ (c.roles or ['—']) | join(', ') }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Property Manager' in (c.roles or []) and c.orgContact.emails %} {{ c.orgContact.emails[0].address }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Property Manager' in (c.roles or []) and c.orgContact.phones %} {{ c.orgContact.phones[0].number }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Property Manager' in (c.roles or []) and c.orgContact.addresses %} {{ c.orgContact.addresses[0].fullAddress }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Attorney' in (c.roles or []) %} {{ c.orgContact.firstName }} {{ c.orgContact.lastName }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Attorney' in (c.roles or []) %} {{ (c.orgContact.personTypes or ['—']) | join(', ') }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Attorney' in (c.roles or []) %} {{ (c.roles or ['—']) | join(', ') }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Attorney' in (c.roles or []) and c.orgContact.emails %} {{ c.orgContact.emails[0].address }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Attorney' in (c.roles or []) and c.orgContact.phones %} {{ c.orgContact.phones[0].number }} {% endif %} {% endfor %} {% for c in r.contacts %} {% if 'Attorney' in (c.roles or []) and c.orgContact.addresses %} {{ c.orgContact.addresses[0].fullAddress }} {% endif %} {% endfor %}
No matching projects found.
{% endblock %}