{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/services.serviceL10nForm*/ -}} {{printf (pgettext "Translate Service to %s" "title") .Locale.Endonym }} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/services.serviceL10nForm*/ -}}

{{printf (pgettext "Translate Service to %s" "title") .Locale.Endonym }}

{{ CSRFInput }}
{{ with .Name -}}
{{( pgettext "Name" "input")}} {{( gettext "Source:" )}} {{ .Source }}
{{ template "error-message" . }}
{{- end }} {{ with .Description -}}
{{( gettext "Source:" )}}
{{ .Source | raw }}
{{ template "error-message" . }}
{{- end }}
{{- end }}