Vámi vyplněné osobní údaje',
allowHTML: true,
placement: 'top',
showOnCreate: false,
delay: 0
}}
class="mt-4 flex flex-col justify-between leading-10"
>
{$LL.input.evidenceNumber()} ({getField($baseCandidateData.applications[0])}):
{$baseCandidateData.applications[0]}
{#if $baseCandidateData.applications.length > 1}
{$LL.input.evidenceNumber()} ({getField($baseCandidateData.applications[1])}):
{$baseCandidateData.applications[1]}
{/if}
{$LL.input.address()}:
{$candidateData.candidate.address}
{$LL.input.birthDate()}:
{$candidateData.candidate.birthdate}
{$LL.input.birthPlace()}:
{$candidateData.candidate.birthplace}
{$LL.input.personalIdentificationNumber()}:
{$candidateData.candidate.personalIdNumber}
{$LL.input.schoolIzo()}:
{$candidateData.candidate.schoolName}
{$LL.input.insuranceNumber()}:
{$candidateData.candidate.healthInsurance}
{$LL.input.telephone()}:
{$candidateData.candidate.telephone}
Vámi vyplněné osobní údaje',
allowHTML: true,
placement: 'top',
showOnCreate: false,
delay: 0
}}
class="mt-4 flex flex-col leading-10"
>
{#each $candidateData.parents as parent}
{parent.name + ' ' + parent.surname}
{$LL.input.email()}: {parent.email}
{$LL.input.telephone()}: {parent.telephone}
{/each}