{{define "content"}} {{$n := .NCorrect}} {{$total := .Test.NQuestions}}

{{$n}} / {{$total}}

{{pct $n $total}}%

{{if .TimeTaken}}

Time: {{.TimeTaken}}

{{end}}
{{if .CatURL}}
{{end}}
{{range $i, $item := .Items}}
{{if $item.Unanswered}}⬜{{else if $item.UserRight}}✅{{else}}❌{{end}}

{{$item.Question.Text}}

{{if $item.Question.Source}}

{{$item.Question.Source}}

{{end}}
{{end}}
Take another test Library
{{end}}