{{template "header.html" . }}
{{.ProfileOwner.Name}}'s Avatar
{{.ProfileOwner.Name}}{{if .ProfileOwner.Tag}}{{.ProfileOwner.Tag}}{{end}}
{{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.Perms.BanUsers}} {{end}}
{{template "profile_comments_row.html" . }}
{{if not .CurrentUser.IsBanned}}
{{end}}
{{/** Quick subpage switcher **/}} {{/** TODO: Stop inlining this **/}} {{template "footer.html" . }}