+ {group.spouseRecord ? (
+
+
+ {group.spouseTag === 'HUSB' ? (
+
+ ) : (
+
+ )}
+
+ :
+
+ ) : showUnknownSpouse ? (
+
+
+
+
+
+ ) : null}
+
+ {group.children.length > 0 && (
+
+
+
+ {group.children.length === 1 ? (
+
+ ) : (
+
+ )}
+
+ :
+
+
+ {group.children.map((child) => (
+
+ ))}
+
+
+ )}
+
+ );
+ })}
+