{% extends '@SyliusShop/Email/layout.html.twig' %} {% block subject %} {{ 'sylius.email.user_registration.subject'|trans({}, null, localeCode) }} {% endblock %} {% block content %} {% set url = channel.hostname is not null ? 'http://' ~ channel.hostname ~ path('sylius_shop_homepage', {'_locale': localeCode}) : url('sylius_shop_homepage', {'_locale': localeCode}) %}
{{ 'sylius.email.user_registration.welcome_to_our_store'|trans({}, null, localeCode) }}
{{ 'sylius.email.user_registration.you_have_just_been_registered'|trans({}, null, localeCode) }} {{ user.username }}.
{{ 'sylius.email.user_registration.start_shopping'|trans({}, null, localeCode) }}
{% endblock %}