{{template "header.html" . }}
{{.ProfileOwner.Name}}'s Avatar
{{.ProfileOwner.Name}}{{if .ProfileOwner.Tag}}{{.ProfileOwner.Tag}}{{end}}
{{.CurrentScore}} / {{.NextScore}}
{{if not .CurrentUser.Loggedin}}{{else}} {{if (.CurrentUser.IsSuperMod) and not (.ProfileOwner.IsSuperMod) }}
{{if .ProfileOwner.IsBanned }}{{lang "profile_unban"}} {{else}}{{lang "profile_ban"}}{{end}}
{{end}}
{{end}}
{{if .CurrentUser.Loggedin}} {{if .CurrentUser.Perms.BanUsers}} {{end}} {{end}}
{{template "profile_comments_row.html" . }}
{{if .CurrentUser.Loggedin}} {{if not .CurrentUser.IsBanned}}
{{end}} {{else}}
{{lang "profile_comments_form_guest"}}
{{end}}
{{if .CurrentUser.Loggedin}} {{/** Quick subpage switcher **/}} {{/** TODO: Stop inlining this **/}} {{end}} {{template "footer.html" . }}