{{template "header.html" . }}
{{.ProfileOwner.Name}}{{if .ProfileOwner.Tag}}{{.ProfileOwner.Tag}}{{end}}
{{if (.CurrentUser.Is_Super_Mod) and not (.ProfileOwner.Is_Super_Mod) }}
{{if .ProfileOwner.Is_Banned }}Unban {{else}}Ban{{end}}
{{end}}
{{if .CurrentUser.Perms.BanUsers}} {{end}}

Comments

{{range .ItemList}}
{{.ContentHtml}} {{.CreatedByName}}   {{if $.CurrentUser.Is_Mod}} {{end}} {{if .Tag}}{{.Tag}}{{end}}
{{end}}
{{if not .CurrentUser.Is_Banned}}
{{end}}
{{/** Quick subpage switcher **/}} {{/** TO-DO: Stop inlining this **/}} {{template "footer.html" . }}