{{if .Basic.Summary}}
{{.Basic.Summary}}
{{- end}} {{if .Skills}}

Skills

{{range .Skills}}
{{if .Name}}

{{.Name}}

{{end}} {{if .Level}}
{{.Level}}
{{end}} {{if .Keywords -}}
    {{range .Keywords}}
  • {{.}}
  • {{end}}
{{- end}}
{{- end}}
{{- end}} {{if .Work}}

Work Experience ({{len .Work}})

{{range $index, $w := .Work}}
{{if $w.Name}} {{if eq $index 0}} {{else}} {{- end}}
{{if $w.Position}}
{{$w.Position}}
{{- end}}
{{$w.Name}}
{{formatDateWork $w.StartDate}} - {{formatDateWork $w.EndDate}}
{{- end}} {{if $w.WorkLocation}} {{if $w.WorkLocation}} {{$w.WorkLocation}}, {{- 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}}
  • {{.}}
  • {{end}}
{{end}}
{{end}}
{{- end}} {{if .Projects}}

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}}
{{formatDateWork $p.StartDate}} - {{formatDateWork $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}}
  • {{.}}
  • {{end}}
{{end}}
{{- end}}
{{- end}} {{if .Volunteer}}

Volunteer

{{range $index, $v := .Volunteer}}
{{if $v.Organization}} {{if eq $index 0}} {{else}} {{- end}}
{{if $v.Position}}
{{$v.Position}}
{{end}}
{{$v.Organization}}
{{if $v.StartDate}}{{formatDateWork $v.StartDate}}{{- end}} - {{formatDateWork $v.EndDate}}
{{- end}} {{if $v.URL}} {{- end}} {{if $v.Keywords}}
    {{range $v.Keywords}}
  • {{.}}
  • {{end}}
{{end}}

{{if $v.Summary}}

{{$v.Summary}}

{{end}} {{if $v.Highlights}}
    {{range $v.Highlights}}
  • {{.}}

  • {{end}}
{{- end}}
{{end}}
{{- end}} {{if .Education}}

Education ({{len .Education}})

{{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}}{{formatDateEdu $e.StartDate}}{{end}} - {{formatDateEdu $e.EndDate}}
{{if $e.Courses}}
    {{range $e.Courses}}
  • {{.}}
  • {{end}}
{{- end}}
{{if $e.GPA}}
Grade: {{$e.GPA}}
{{- end}}
{{- end}}
{{- end}} {{if .Awards}}

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}}
{{formatDatePub $a.Date}}
{{- end}}
{{if $a.Summary}}

{{$a.Summary}}

{{- end}}
{{- end}}
{{- end}} {{if .Publications}}

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}} {{formatDatePub $p.ReleaseDate}} {{- end}}
{{if $p.Summary}}

{{$p.Summary}}

{{- end}}
{{end}}
{{- end}} {{if .Languages}}

Languages

{{range .Languages}}
{{if .Language}}

{{.Language}}

{{- end}}
{{if .Fluency}}
{{.Fluency}}
{{- end}}
{{end}}
{{- end}} {{if .Interests}}

Interests

{{range .Interests}}
{{if .Name}}

{{.Name}}

{{- end}} {{if .Keywords}}
    {{range .Keywords}}
  • {{.}}
  • {{- end}}
{{- end}}
{{end}}
{{- end}} {{if .References}}

References

{{range .References}}
{{if .Reference}}
“ {{.Reference}} ”
{{- end}} {{if .Name}}
{{.Name}}
{{- end}}
{{end}}
{{- end}}