{{define "title"}}{{ T "profile_edit_page" .UserProfile.Username }}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}}
{{with .UserProfile}}
{{.Username}}
{{.Username}}
{{GetRole . }}
{{if gt $.User.ID 0 }} {{if not (CurrentUserIdentical $.User .ID) }} {{if not (IsFollower . $.User)}} {{ T "follow"}} {{else}} {{ T "unfollow"}} {{end}} {{end}} {{end}}
{{end}}
{{ block "profile_edit_content" . }}{{end}}
{{end}}