{{define "section-experience"}}

{{.UI.Navigation.Experience}}

{{range .CV.Experience}}
{{.Position}}{{if .Company}} - {{if .CompanyURL}}{{.Company}}{{else}}{{.Company}}{{end}}{{if .Duration}} - {{.Duration}}{{end}}{{end}} {{if .Current}}{{$.UI.Sections.CurrentBadge}}{{end}} {{if .Expired}}{{$.UI.Sections.ExpiredBadge}}{{end}}
{{.StartDate}} / {{if .Current}}{{$.UI.Sections.Present}}{{else}}{{.EndDate}}{{end}} - ({{.Location}}) {{if .ShortDescription}}

{{.ShortDescription | safeHTML}}

{{end}} {{if .Responsibilities}}
    {{range .Responsibilities}}
  • {{. | safeHTML}}
  • {{end}}
{{end}}
{{end}}
{{end}}