{{define "subject"}}{{ "email.change_emailaddress.subject" | translate }}{{end}} {{define "body"}}
{{ translate "email.change_emailaddress.request" (dict "oldEmail" .oldEmail "newEmail" .newEmail) }}
{{ "email.operation_confirmation" | translate }}
{{ .link | html }}
{{ translate "email.expire_note_hours" (dict "hours" 24) }}