+
+ {contact.name}
+ {contact.isPrimary ? Primary : null}
+ {!contact.isActive ? Inactive : null}
+
+
+ {[contact.position, contact.department].filter(Boolean).join(' • ') ||
+ 'No role details'}
+
+
+ {[contact.phone, contact.mobile, contact.email].filter(Boolean).join(' • ') ||
+ 'No contact methods'}
+
+ {contact.notes ?
{contact.notes}
: null}
+