{{ define "title" -}} {{( pgettext "Profile" "title" )}} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/app.profileForm*/ -}}

{{( pgettext "Profile" "title" )}}

{{ CSRFInput }}
{{ with .Name -}} {{ template "error-message" . }} {{- end }} {{ with .Email -}} {{ template "error-message" . }} {{- end }}
{{ with .Password -}} {{ template "error-message" . }} {{- end }} {{ with .PasswordConfirm -}} {{ template "error-message" . }} {{- end }}
{{ with .Language -}} {{ template "error-message" . }} {{- end }}
{{- end }}