diff --git a/frontend/src/lib/components/list/CandidateDetails.svelte b/frontend/src/lib/components/list/CandidateDetails.svelte
index 78b2e60..b4688d5 100644
--- a/frontend/src/lib/components/list/CandidateDetails.svelte
+++ b/frontend/src/lib/components/list/CandidateDetails.svelte
@@ -1,65 +1,107 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {candidate.name + ' ' + candidate.surname}
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ | Místo narození |
+ {candidate.birthplace} |
+
+
+ | Datum narození |
+ {candidate.birthdate} |
+
+
+ | Adresa |
+ {candidate.address} |
+
+
+ | Telefon |
+ {candidate.telephone} |
+
+
+ | E-mail |
+ {candidate.email} |
+
+
+ | Obor |
+ {candidate.study} |
+
+
+
+
+
+
+
+
+
+
+ {candidate.parentName + ' ' + candidate.parentSurname}
+
+
+
+ | Telefon |
+ {candidate.parentTelephone} |
+
+
+ | E-mail |
+ {candidate.parentEmail} |
+
+
+
+
+
+
+
+
+
+
+
+
+