7 lines
238 B
Twig
7 lines
238 B
Twig
|
{{ __('Hi %s,', [user]) }}
|
||
|
|
||
|
{{ __('here is a message for you from the engelsystem:') }}
|
||
|
{{ message|raw }}
|
||
|
|
||
|
{{ __('This email is autogenerated and has not been signed. You got this email because you are registered in the engelsystem.') }}
|