diff --git a/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte b/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte index ff635f4..c51376d 100644 --- a/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte +++ b/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte @@ -161,17 +161,26 @@ > {/if} {$LL.input.address()}: - {$candidateData.candidate.address}{$LL.input.birthPlace()}: + {$candidateData.candidate.birthplace} {$LL.input.birthDate()}: {$candidateData.candidate.birthdate} {$LL.input.birthPlace()}: - {$candidateData.candidate.birthplace}{$LL.input.fullAddress()}: + {$candidateData.candidate.address} + {$LL.input.telephone()}: + {$candidateData.candidate.telephone} + {$LL.input.citizenship()}: + {$candidateData.candidate.email} + {$LL.input.personalIdentificationNumber()}: {$candidateData.candidate.personalIdNumber}{$candidateData.candidate.healthInsurance} {$LL.input.telephone()}: - {$candidateData.candidate.telephone}{$LL.input.firstSchool()}: + + {$candidateData.candidate.firstSchool.name.split(',')[0]} (Obor: + {$candidateData.candidate.firstSchool.field} + ) + + {$LL.input.secondSchool()}: + {$candidateData.candidate.secondSchool.name.split(',')[0]} (Obor: + {$candidateData.candidate.secondSchool.field} + ) + {$LL.input.testLanguage()}: + {$candidateData.candidate.testLanguage}