{lead.company || "Azienda non specificata"}
+{lead.email || "—"}
+{lead.phone || "—"}
++ {lead.last_contact_date + ? formatDistanceToNow(new Date(lead.last_contact_date), { + addSuffix: true, + locale: it, + }) + : "—"} +
+{lead.next_action || "—"}
+{r.title}
++ {format(new Date(r.due_date), "dd MMM yyyy", { locale: it })} +
+Nessun reminder
+ )} +{lead.notes || "Nessuna nota"}
+{activity.notes}
+ {activity.duration_minutes && ( ++ Durata: {activity.duration_minutes} minuti +
+ )} +Nessuna attività registrata
+ )} +; +``` +
+ {leadsNeedingFollowUp.length} lead{leadsNeedingFollowUp.length !== 1 ? "s" : ""} to contact +
+All leads are up to date!
+ )} +