{{define "answers"}} {{range .Answers}} {{if .IsImage}} {{.ID}}. {{.Text}} {{else}}

{{.Text}}

{{end}} {{end}} {{end}} {{define "content"}}

{{.BriefingParticipant.NoIncorrect}} Fehler

{{if gt .BriefingParticipant.NoIncorrect 0}}

Bitte nachschulen lassen und anschließend wiederholen.

{{end}} {{range .Questions}}

{{.Text}}

{{template "answers" .}} {{end}} {{end}}