ID No. {{ cv.id_cv_online }}
{{ cv.experiences[0].job_title }}
{{ cv.current_job }}
Email: {{ cv.user.email }}
Phone: {{ cv.user.phone }}
Gender: {{ cv.user.gender === 1 ? 'Male' : 'Female' }}
Nationality: {{ cv.nationality }}
Language:
- {{ lang.name }} : {{ lang.level_name }}
Work Experience
{{ exp.job_title }}
- {{ exp.from_month != '' ? monthName(exp.from_month) + ' ' + exp.from_year : exp.from_year }}
to {{ !exp.still_work ? (exp.to_month != '' ? monthName(exp.to_month) + ' ' + exp.to_year : exp.to_year ) : 'Present' }}
{{ exp.company + (exp.city != '' ? ' - ' + exp.city : '') }}
{{ exp.industry }}
Education
{{ edu.degree_name }} in {{ edu.field_of_study }}
- {{ edu.from_month != '' ? monthName(edu.from_month) + ' ' + edu.from_year : edu.from_year }}
to {{ !edu.to_month ? (edu.to_month != '' ? monthName(edu.to_month) + ' ' + edu.to_year : edu.to_year ) : 'Present' }}
{{ edu.school }}{{ edu.country != '' ? ' - ' + edu.country : '' }}