+
+ {isHigh
+ ? 'This looks like an existing client'
+ : 'Possible match — check before creating'}
+
+
+
+
{top.fullName}
+
+ {top.confidence}
+
+
+
+ {top.emails[0] ? {top.emails[0]} : null}
+ {top.phonesE164[0] ? {top.phonesE164[0]} : null}
+
+
+ {top.interestCount} {top.interestCount === 1 ? 'interest' : 'interests'}
+
+
+
{top.reasons.join(' · ')}
+
+
+
+
+ {matches.length > 1 ? (
+
+ +{matches.length - 1} other possible{' '}
+ {matches.length - 1 === 1 ? 'match' : 'matches'}
+
+ ) : null}
+
+