{{define "refresh"}} {{end}} {{define "retry"}} {{end}} {{define "participant"}}

{{.Login}}

{{if not .LastName}} {{template "refresh" .}} {{else}}

{{.FirstName}} {{.LastName}}

{{.Company}}

{{if lt .NoIncorrect 0}} {{template "refresh" .}} {{else if gt .NoIncorrect 0}}

{{.NoIncorrect}} Fehler

{{template "retry" .}} {{template "refresh" .}} {{else}}

{{.NoIncorrect}} Fehler

{{end}} {{end}}
{{end}} {{define "content"}} {{range .ParticipantsData}} {{template "participant" .}} {{end}} {{end}}