+ {customer?.name ?? 'Unknown customer'} + {contact ? ` • ${contact.name}` : ''} +
+{item.outcome}
: null} + {item.nextAction ? ( +Next action: {item.nextAction}
+ ) : null} + {item.nextFollowupDate ? ( ++ Next follow-up: {new Date(item.nextFollowupDate).toLocaleDateString()} +
+ ) : null} + {item.notes ?{item.notes}
: null} +