{% include 'emails.header-html' %}
{{ trans('email.oauth_created_body', { name:client.name, url: client.redirect })|raw }}
{{ trans('email.oauth_created_explanation')|raw }}
{{ trans('email.oauth_created_undo', { url:route('profile.index')}) }}
{% include 'emails.footer-html' %}