{{ $sectionID := replace (lower .section.name) " " "-" }} {{ if .section.id }} {{ $sectionID = .section.id }} {{ end }}
{{ if not (.section.hideTitle) }}

{{ .section.name }}

{{ end }}
{{ range .degrees}} {{ end }}
{{ if .institution.url }}
{{ .institution.name }}
{{ else }}
{{ .institution.name }}
{{ end }}
{{ .timeframe }}
{{ .name }}
{{ if .grade }}
{{ .grade.scale }}: {{ .grade.achieved }} {{ i18n "out_of"}} {{ .grade.outOf }}
{{ end }} {{ if .publications }}
{{ i18n "publications"}}
{{ end }} {{ if .takenCourses }}
{{ i18n "taken_courses"}}
{{ if .takenCourses.showGrades }} {{ $hideScale := .takenCourses.hideScale }} {{ if not $hideScale }}{{ end }} {{ range $index,$course := .takenCourses.courses }} {{ if not $hideScale }}{{ end }} {{ end }}
{{ i18n "course_name"}}{{ i18n "total_credit"}}{{ i18n "obtained_credit"}}
{{ $course.name }}{{ $course.outOf }}{{ $course.achieved }}
{{ else }}
    {{ range $index,$course := .takenCourses.courses }}
  • {{ $course.name }}
  • {{ end }}
{{ end }} {{ if gt (len .takenCourses.courses ) 2 }} {{ end }}
{{ end }} {{ if .extracurricularActivities }}
{{ i18n "extracurricular_activities"}}
    {{ range .extracurricularActivities }}
  • {{ . }}
  • {{ end }}
{{ end }}