{{define "title"}}{{ call $.T "profile_edit_page" .User.Username }}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}} {{with .User }}
{{.Username}}

{{.Username}}

{{GetRole . }}

{{end}}
{{ block "profile_notifications_content" . }}{{end}}
{{end}}