{{define "title"}}Admin - Certification Photos{{end}} {{define "content"}}

Admin / Certification Photos

There {{Pluralize64 .Pager.Total "is" "are"}} {{.Pager.Total}} Certification Photo{{Pluralize64 .Pager.Total}} needing approval.
{{$Root := .}}
{{range .Photos}}
{{$User := $Root.UserMap.Get .UserID}}
{{InputCSRF}}
{{if $User.ProfilePhoto.ID}} {{else}} {{end}}

{{or $User.Name "(no name)"}}

{{$User.Username}}

{{end}}
{{end}}