{{define "section-education"}}

{{.UI.Navigation.Training}}

{{range .CV.Education}}
{{.Degree}} ({{.StartDate}}-{{.EndDate}}) {{$.UI.Sections.ObtainedFrom}} {{.Institution}} ({{.Location}})
{{end}}
{{end}}