{{template "header.html" . }}

{{.Title}}

{{range .Levels}}
{{level .Level}}
{{if eq .Status "inprogress"}}{{$.CurrentUser.Score}} / {{.Score}}{{else if eq .Status "complete"}}{{.Score}} / {{.Score}}{{else}}Next: {{.Score}}{{end}}
{{end}}
{{template "footer.html" . }}