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

Informazioni generali

Il nome utente del partecipante è {{.Data.Username}}

La sua password è {{.Data.Password}}

{{$options := ` title: "Gare a cui il partecipante è iscritto" model: "Contest" icon: "fa fa-hourglass-start" `}} {{$noElements := "Il partecipante non è iscritto ad alcuna gara."}} {{template "relation_list" dict "options" ($options|yaml) "data" .Data.Contests "noElements" $noElements}}
{{$options := ` title: "Prove del partecipante" model: "Response" icon: "fa fa-hourglass-start" `}} {{$noElements := "Al partecipante non è associata alcuna risposta."}} {{template "relation_list" dict "options" ($options|yaml) "data" .Data.Responses "noElements" $noElements}}
{{ end }}