+
+ 이름
+
+ {
+ selectedApplicant.name
+ }
+
+
+
+
+ 학번
+
+ {
+ selectedApplicant.studentId
+ }
+
+
+
+
+ 학과
+
+ {
+ selectedApplicant.major
+ }
+
+
+
+
+ 성별
+
+ {
+ selectedApplicant.gender
+ }
+
+
+
+
+ 생년월일
+
+ {
+ selectedApplicant.birthDate
+ }
+
+
+
+
+ 전화번호
+
+ {
+ selectedApplicant.phone
+ }
+
+
+
+
+ 학년
+
+ {
+ selectedApplicant.grade
+ }
+
+
+
+
+ 지원동기
+
+ {
+ selectedApplicant.motivation
+ }
+
+
+
+
+ 기술 스택
+
+ {
+ selectedApplicant.skills
+ }
+
+
+
+
+ 활동 목표
+
+ {
+ selectedApplicant.goal
+ }
+
+
+
+
+ 마지막 하고 싶은 말
+
+ {
+ selectedApplicant.message
+ }
+
+
+