{{define "section-projects"}} {{if .CV.Projects}}

{{.UI.Navigation.Projects}}

{{range .CV.Projects}}
{{if .LogoIndex}} {{else if .ProjectLogo}} {{.Title}} logo {{else}} {{end}}
{{if .ProjectName}} {{if .URL}}{{.ProjectName}}{{else}}{{.ProjectName}}{{end}}{{if .ProjectDesc}} - {{.ProjectDesc}}{{end}} {{else}} {{if .URL}}{{.Title}}{{else}}{{.Title}}{{end}} {{end}} {{if .Current}}LIVE{{end}} {{if .GitRepoUrl}}GitHub{{end}} {{if .GitRepoUrl}}{{if .Stars}}{{.Stars}} {{end}}stars{{end}} {{if .MaintainedBy}}{{$.UI.Sections.MaintainedBy}} {{.MaintainedBy}}{{end}}
{{if .StartDate}}{{.StartDate}}{{if .Current}}{{if .DynamicDate}} / {{.DynamicDate}}{{else}} / {{$.UI.Sections.Present}}{{end}}{{end}}{{end}} - ({{.Location}}) {{if .ShortDescription}}

{{.ShortDescription | safeHTML}}

{{end}} {{if .Responsibilities}}
    {{range .Responsibilities}}
  • {{. | safeHTML}}
  • {{end}}
{{end}} {{if .Technologies}}
{{$.UI.Sections.Technologies}} {{range $index, $tech := .Technologies}}{{if $index}}, {{end}}{{$tech}}{{end}}
{{end}}
{{end}}
{{end}} {{end}}