{{ define "content" }}

Dipartimento di {{.Data.Name}}

Coordinatore del dipartimento

{{if ne .Data.Coordinator.ID 0}} {{.Data.Coordinator.Surname}} {{.Data.Coordinator.Name}}
Coordinatore
{{else}} Nessun coordinatore {{end}}

Docenti del dipartimento

{{if not .Data.Teachers}}

Nel dipartimento non è presente alcun docente didattica. Clicca qui per creare una nuova attività didattica.

{{else}}
{{range $teacher := .Data.Teachers}} {{$teacher.Surname}} {{$teacher.Name}} {{end}}
{{end}}

Materie afferenti al dipartimento

{{if not .Data.Teachers}}

Nel dipartimento non è presente alcuna materia didattica. Clicca qui per visualizzare le materie.

{{else}}
{{range $subject := .Data.Subjects}} {{$subject.Name}} {{end}}
{{end}}
{{ end }}