+
+ {lead.name}
+ {lead.title && (
+
+ {lead.title}
+ {lead.companyName ? ` · ${lead.companyName}` : ''}
+
+ )}
+
+
+
+ {lead.status !== 'converted' && (
+
+ )}
+
+
+
+ {/* Contact info */}
+
+
+ {/* Sidebar */}
+
+
+
+ {lead.status.replace(/_/g, ' ')}
+
+
+
+
+
+ {lead.source}
+
+
+
+ {lead.icpProfile && (
+
+
+ {lead.icpProfile.name}
+
+
+ )}
+
+ {lead.campaign && (
+
+
+ {lead.campaign.name}
+
+
+ )}
+
+ {lead.contact && (
+
+
+ {lead.contact.name}
+
+
+ )}
+
+ {lead.deal && (
+
+
+ {lead.deal.title}
+
+
+ )}
+
+
+
+ {dayjs(lead.createdAt).format('MMM D, YYYY')}
+
+
+
+