+
+ {contact.title}
+ {isInSystemContacts(contact) ? (
+
+ {' '}
+
+
+ ) : null}
+
+ {shouldShowNumber || contact.isVerified ? (
+
+ {shouldShowNumber ? (
+
+ {contact.phoneNumber}
+
+ ) : (
+ ''
+ )}
+ {shouldShowNumber && contact.isVerified ? (
+
+ ·
+
+ ) : (
+ ''
+ )}
+ {contact.isVerified ? (
+
+ {i18n('verified')}
+
+ ) : (
+ ''
+ )}
+
+ ) : null}
+
+