{{.CV.Personal.Name}}

{{.CV.Personal.Title}}

{{.CV.Personal.Location}}
{{.CV.Personal.Phone}}
{{.CV.Personal.Name}}

{{if eq .Lang "es"}}Resumen{{else}}Summary{{end}}

{{.CV.Summary}}

{{if eq .Lang "es"}}Experiencia Laboral{{else}}Work History{{end}}

{{range .CV.Experience}}
{{if .CompanyLogo}} {{end}}

{{.Position}}

{{.Company}}, {{.Location}}
{{.StartDate}} - {{if .Current}}{{if eq $.Lang "es"}}Presente{{else}}Present{{end}}{{else}}{{.EndDate}}{{end}}
{{if .ShortDescription}}

{{.ShortDescription}}

{{end}} {{if .Technologies}}
{{range $index, $tech := .Technologies}}{{if $index}}, {{end}}{{$tech}}{{end}}
{{end}}
{{end}}

{{if eq .Lang "es"}}Formación{{else}}Education{{end}}

{{range .CV.Education}}

{{.Degree}}

{{.StartDate}} - {{.EndDate}}
{{.Institution}}, {{.Location}}
{{end}}

{{if eq .Lang "es"}}Competencias{{else}}Skills{{end}}

{{range .CV.Skills.Technical}}

{{.Category}}

{{range $index, $item := .Items}}{{if $index}}, {{end}}{{$item}}{{end}}

{{end}}
{{if .CV.Projects}}

{{if eq .Lang "es"}}Proyectos{{else}}Projects{{end}}

{{range .CV.Projects}}

{{.Name}}

{{.Period}}
{{.Role}}

{{.Description}}

{{end}}
{{end}} {{if .CV.Certifications}}

{{if eq .Lang "es"}}Certificaciones{{else}}Certifications{{end}}

{{range .CV.Certifications}}
{{.Name}} - {{.Issuer}} ({{.Date}})
{{end}}
{{end}} {{if .CV.Awards}}

{{if eq .Lang "es"}}Premios{{else}}Awards{{end}}

{{range .CV.Awards}}
{{.Title}} - {{.Issuer}} ({{.Date}})
{{end}}
{{end}}

{{if eq .Lang "es"}}Idiomas{{else}}Languages{{end}}

{{range .CV.Languages}}
{{.Language}}: {{.Proficiency}}
{{end}}