+
+ {e.contactId && contactName ? (
+ {contactName}
+ ) : (
+ (e.contactName ?? t.noContactLink)
+ )}
+ {' — '}
+ {statusLabel(e.status)}
+
+
+ {(e.wishColor ?? t.fields.wishColorAny)} · {genderLabel(e.wishGender)}
+ {e.requestedAt ? ` · ${e.requestedAt.slice(0, 10)}` : ''}
+
+ {e.note &&
{e.note}
}
+
+
+
+
+
+
+