{{ define "profilePage" }} {{ template "header" .}} {{ template "navigation" . }}

Edit your profile

{{ if .Error }}
{{.Error}} {{ if .ValidationErrors }}
    {{range $e := .ValidationErrors}}
  • {{$e}}
  • {{end}}
{{ end }}
{{ end }} {{ if .Updated }}

Profile updated sucessfully.

{{ end }}

Profile

Leave blank to keep the current password.
{{ if .PortalConfig.SignUpFields }} {{ $devFields := .Developer.Fields}} {{range $fieldname := .PortalConfig.SignUpFields}}
{{ end }} {{ end }}
{{ template "portalMemberNavigation" . }}
{{ template "footer" .}} {{ template "scripts" .}} {{ end }}