{{template "header.html" . }}
{{.ProfileOwner.Name}}{{if .ProfileOwner.Tag}}{{.ProfileOwner.Tag}}{{end}}
Add Friend
{{if (.CurrentUser.Is_Super_Mod) and not (.ProfileOwner.Is_Super_Mod) }}
{{if .ProfileOwner.Is_Banned }}Unban {{else}}Ban{{end}}
{{end}}
Report
Comments
{{range .ItemList}}
{{.ContentHtml}}

{{.CreatedByName}}   {{if $.CurrentUser.Is_Mod}} {{end}} {{if .Tag}}{{.Tag}}{{end}}
{{end}}
{{if not .CurrentUser.Is_Banned}}
{{end}}
{{template "footer.html" . }}