{{if .Basic.Image -}}
{{.Basic.Name}}
{{.Basic.Label}}
{{else -}}
{{.Basic.Name}}
{{.Basic.Label}}
{{- end}} {{if .Basic.Location.City}}
{{if .Basic.Location.Address}}
{{.Basic.Location.Address}},
{{- end}} {{if .Basic.Location.PostalCode}}
{{.Basic.Location.PostalCode}},
{{- end}} {{if .Basic.Location.City}}
{{.Basic.Location.City}},
{{- end}} {{if .Basic.Location.Region}}
{{.Basic.Location.Region}}
{{- end}} {{if .Basic.Location.CountryCode}}
{{.Basic.Location.CountryCode}}
{{- end}}
{{- end}}
{{if .Basic.URL}}
{{.Basic.URL}}
{{- end}} {{if .Basic.Email}}
{{.Basic.Email}}
{{- end}} {{if .Basic.Phone}}
{{.Basic.Phone}}
{{- end}}
{{if .Basic.Profiles}}
{{range .Basic.Profiles}}
{{if .Network}}
{{if .URL}}
{{.UserName}}
{{else}}
{{.UserName}}
{{- end}}
{{- end}}
{{- end}}
{{- end}}
{{if .Basic.Summary}}
{{.Basic.Summary}}
{{- end}} {{if .Skills}}
{{.Lang.Skills}}
{{range .Skills}}
{{if .Name}}
{{.Name}}
{{end}} {{if .Level}}
{{.Level}}
{{end}} {{if .Keywords -}}
{{range .Keywords}}
{{.}}
{{end}}
{{- end}}
{{- end}}
{{- end}} {{if .Work}}
{{.Lang.WorkExperience}}
({{len .Work}})
{{range $index, $w := .Work}}
{{if $w.Name -}} {{if eq $index 0 -}}
{{else -}}
{{- end}}
{{if $w.Position}}
{{$w.Position}}
{{end}}
{{$w.Name}}
{{formatDateMY $w.StartDate}}
- {{formatDateMY $w.EndDate}}
{{- end}} {{if $w.Location -}}
{{if $w.Location}}
{{$w.Location}},
{{end}}
{{- end}} {{if $w.URL}}
{{$w.URL}}
{{end}} {{if $w.Keywords -}}
{{range $w.Keywords}}
{{.}}
{{end}}
{{- end}}
{{if $w.Summary}}
{{$w.Summary}}
{{end}} {{if $w.Highlights -}}
{{range $w.Highlights -}}
{{.Title}} {{if .Items -}}
{{range .Items}}
{{.}}
{{end}}
{{- end}}
{{- end}}
{{end}}
{{- end}}
{{- end}} {{if .Projects -}}
{{.Lang.Projects}}
({{len .Projects}})
{{range $index, $p := .Projects}}
{{if eq $index 0 -}}
{{else -}}
{{- end}}
{{if $p.Name -}}
{{if $p.Name}}
{{$p.Name}}
{{end}} {{if $p.StartDate -}}
{{formatDateMY $p.StartDate}}
- {{formatDateMY $p.EndDate}}
{{- end}}
{{- end}} {{if $p.URL}}
{{$p.URL}}
{{- end}} {{if $p.Keywords -}}
{{range $p.Keywords}}
{{.}}
{{end}}
{{- end}}
{{if $p.Description}}
{{$p.Description}}
{{end}} {{if $p.Highlights}}
{{range $p.Highlights -}}
{{.Title}} {{if .Items -}}
{{range .Items}}
{{.}}
{{end}}
{{- end}}
{{- end}}
{{end}}
{{- end}}
{{- end}} {{if .Volunteer -}}
{{.Lang.Volunteer}}
{{range $index, $v := .Volunteer}}
{{if $v.Organization -}} {{if eq $index 0 -}}
{{else -}}
{{- end}}
{{if $v.Position}}
{{$v.Position}}
{{end}}
{{$v.Organization}}
{{formatDateMY $v.StartDate}}
- {{formatDateMY $v.EndDate}}
{{- end}} {{if $v.URL -}}
{{$v.URL}}
{{- end}} {{if $v.Keywords}}
{{range $v.Keywords}}
{{.}}
{{end}}
{{end}}
{{if $v.Summary}}
{{$v.Summary}}
{{end}} {{if $v.Highlights}}
{{range $v.Highlights -}}
{{md2html .Title}} {{if .Items -}}
{{range .Items}}
{{md2html .}}
{{end}}
{{- end}}
{{- end}}
{{- end}}
{{- end}}
{{- end}} {{if .Education -}}
{{.Lang.Education}}{{if gt (len .Education) 1 -}}
({{len .Education}})
{{- end}}
{{range $index, $e := .Education}}
{{if eq $index 0 -}}
{{else -}}
{{- end}}
{{if $e.StudyType}}
{{$e.StudyType}}
{{end}} {{if $e.Area}}
{{$e.Area}}
{{end}} {{if $e.Institution}}
{{$e.Institution}}
{{end}}
{{if $e.StartDate}}
{{formatDateY $e.StartDate}}
{{end}}
- {{formatDateY $e.EndDate}}
{{if $e.Courses -}}
{{range $e.Courses}}
{{.}}
{{end}}
{{- end}}
{{if $e.GPA -}}
Grade:
{{$e.GPA}}
{{- end}}
{{- end}}
{{- end}} {{if .Awards -}}
{{.Lang.Awards}}
{{range $index, $a := .Awards}}
{{if eq $index 0 -}}
{{else -}}
{{- end}}
{{if $a.Title}}
{{$a.Title}}
{{end}} {{if $a.Awarder}}
{{$a.Awarder}}
{{end}}
{{if $a.Date}}
{{formatDateDMY $a.Date}}
{{end}}
{{if $a.Summary}}
{{$a.Summary}}
{{end}}
{{- end}}
{{- end}} {{if .Publications -}}
{{.Lang.Publications}}
{{range $index, $p := .Publications}}
{{if eq $index 0 -}}
{{else -}}
{{- end}}
{{if $p.Name -}}
{{if $p.URL -}}
{{$p.Name}}
{{else -}} {{$p.Name}} {{- end}}
{{- end}} {{if $p.Publisher}}
in {{$p.Publisher}}
{{end}}
{{if $p.ReleaseDate}}
{{formatDateDMY $p.ReleaseDate}}
{{end}}
{{if $p.Summary}}
{{$p.Summary}}
{{end}}
{{- end}}
{{- end}} {{if .Languages -}}
{{.Lang.Languages}}
{{range .Languages}}
{{if .Language}}
{{.Language}}
{{end}}
{{if .Fluency -}}
{{.Fluency}}
{{- end}}
{{- end}}
{{- end}} {{if .Interests -}}
{{.Lang.Interests}}
{{range .Interests}}
{{if .Name}}
{{.Name}}
{{end}} {{if .Keywords -}}
{{range .Keywords}}
{{.}}
{{- end}}
{{- end}}
{{- end}}
{{- end}} {{if .References -}}
{{.Lang.References}}
{{range .References}}
{{if .Reference}}
“ {{.Reference}} ”
{{end}} {{if .Name}}
{{.Name}}
{{end}}
{{- end}}
{{- end}}