{# This is a nunjucks template for an HTML email message #}

{{ __('You have requested an account on %s. To complete the process, follow this link:', host) }}

{{ url | e }}

{{ __('

If you did not request an account, you may ignore this email.

If you have further questions please contact the site administrator.

Thanks!

') }}