{{ define "content" }}
{{if .Update}} {{else}} {{end}} {{if .Update}}

Aggiorna il docente "{{.Teacher.Name}} {{.Teacher.Surname}}"

{{else}}

Crea un nuovo docente

{{end}}
{{if .Update}}

{{.Teacher.Username}}

{{.Teacher.Email}}

{{end}}
{{if .Update}} Annulla {{else}} Annulla {{end}}
{{ end }}