` + item + `
`))
}
}
w.Write([]byte(`
` + tmpl_profile_vars.ProfileOwner.Name + ``))
if tmpl_profile_vars.ProfileOwner.Tag != "" {
w.Write([]byte(`` + tmpl_profile_vars.ProfileOwner.Tag + ``))
}
w.Write([]byte(`
Add Friend
`))
if tmpl_profile_vars.CurrentUser.Is_Super_Mod && !tmpl_profile_vars.ProfileOwner.Is_Super_Mod {
w.Write([]byte(`
`))
if tmpl_profile_vars.ProfileOwner.Is_Banned {
w.Write([]byte(`Unban`))
} else {
w.Write([]byte(`Ban`))
}
w.Write([]byte(`
`))
}
w.Write([]byte(`
Report
`))
if !tmpl_profile_vars.CurrentUser.Is_Banned {
w.Write([]byte(`
`))
}
w.Write([]byte(`