{% trans_default_domain 'email' %} {% set i18n_prefix = _self|i18n_prefix %} {% set url = url('security_account_create_step2', {token: user.confirmationToken}) %}

{{ (i18n_prefix ~ '.hi')|trans }}

{% if group is defined and group is not null %}

{{ (i18n_prefix ~ '.invitation.p1')|trans({'%group%': group.name}) }}

{{ (i18n_prefix ~ '.invitation.p2')|trans }}

{% endif %}

{{ (i18n_prefix ~ '.p1')|trans }}

{{ (i18n_prefix ~ '.cta')|trans }}

{{ (i18n_prefix ~ '.cta2')|trans }}

{{ url }}

{{ brand }}