{{define "section-education"}}

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

{{range .CV.Education}}
{{.Degree}} ({{.StartDate}}-{{.EndDate}}) {{if eq $.Lang "es"}}obtenido de{{else}}obtained from the{{end}} {{.Institution}} ({{.Location}})
{{end}}
{{end}}