{{ define "title" -}} {{( pgettext "User Settings" "title" )}} {{- end }} {{ define "content" }}

{{(pgettext "User Settings" "title")}}

{{( pgettext "User Access Data" "title" )}} {{ template "input-field" .Name }} {{ template "input-field" .Email }}
{{( pgettext "Password Change" "title" )}} {{ template "input-field" .Password }} {{ template "input-field" .PasswordConfirm }}
{{( pgettext "Language" "title" )}} {{ template "select-field" .Language }}
{{- end }}