Entities

fa-solid fa-magnifying-glass
{{ snackbar.message }}

No Entity

{{ file.title }}
Name: {{ file.name }}
Type: {{ file.type }}
ReferenceID: {{ file.referenceid}}

Email: {{ file.email }}
Phone: {{ file.phone }}
Address: {{ file.street_1 ? file.street_1 + ',' : "" }} {{ file.street_2 ? file.street_2 + ',' : "" }} {{ file.city ? file.city + ',' : "" }} {{ file.state_id ? file.get_state.name + ',' : "" }} {{ file.district ? file.district + ',' : "" }} {{ file.country_id ? file.get_country.name + ',' : "" }} {{ file.zipcode }}
Primary Contact: {{ file.first_contact.first_name }} {{ file.first_contact.last_name }}
Is Active: fa fa-check-circle fa fa-times-circle
Leader: {{ file.members.map(member => member.name+' '+member.last_name).join(', ') }}

No Entity

{{ file.name }}
Name: {{ file.name }}
Type: {{ file.type }}
ReferenceID: {{ file.referenceid}}

Email: {{ file.email }}
Phone: {{ file.phone }}
Address: {{ file.street_1 ? file.street_1 + ',' : "" }} {{ file.street_2 ? file.street_2 + ',' : "" }} {{ file.city ? file.city + ',' : "" }} {{ file.state_id ? file.get_state.name + ',' : "" }} {{ file.district ? file.district + ',' : "" }} {{ file.country_id ? file.get_country.name + ',' : "" }} {{ file.zipcode }}
Primary Contact: {{ file.first_contact.first_name }} {{ file.first_contact.last_name }}
Is Active: fa fa-check-circle fa fa-times-circle
Leader: {{ file.members.map(member => member.name+' '+member.last_name).join(', ') }}