+
+
+ {row.applicationUnitName}
+
+ |
+ {row.childLastName} |
+
+
+ {row.childFirstName}
+
+ |
+ {row.childDateOfBirth.format()} |
+ {row.childStreetAddress} |
+ {row.childPostalCode} |
+
+ {row.currentUnitId !== null &&
+ row.currentUnitName !== null && (
+
+ {row.currentUnitName}
+
+ )}
+ |
+
+ {row.isDaycareAssistanceNeed
+ ? i18n.common.yes
+ : i18n.common.no}
+ |
+
+ )
+ })
+ )}
+