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 }}