{{ if .company.url }}{{ .company.name }}{{ else }}{{ .company.name }}{{ end }}
{{ $oldestPosition := index (last 1 .positions) 0}} {{ $mostRecentPosition := index (first 1 .positions) 0}}

{{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}{{ i18n "present" }}{{ end }}, {{ .company.location }}

{{ .company.overview | markdownify }}

{{ range $index,$position:= .positions }}
{{ $position.designation }}

{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}

{{ end }}