{{ define "content" }}
{{template "breadcrumb" toSlice "Materie" (all "Subject") (.Data|string) "current"}} {{template "show_header" dict "title" (.Data|string) "updatePath" (.Data.ID|update "Subject") "deletePath" (.Data.ID|delete "Subject")}}

Informazioni generali

{{if .Data.Department}}

Questa materia afferisce al dipartimento di {{(.Data.Department.ID|show "Department")|anchor (.Data.Department|string)}}.

{{else}}

Questa materia non afferisce a nessun dipartimento. Clicca {{(.Data.ID|update "Subject")|anchor "qui"}} per associare un dipartimento alla materia.

{{end}}
{{$options := ` title: "Docenti della materia" model: "Teacher" icon: "fa fa-user" `}} {{$noElements := "Nessun docente associato alla materia."}} {{template "relation_list" dict "options" ($options|yaml) "data" .Data.Teachers "noElements" $noElements}}
{{ end }}