{% extends '@SyliusCore/Email/layout.html.twig' %} {% block subject %} {{ 'sylius.email.user_registration.subject'|trans({}, null, localeCode) }} {% endblock %} {% block content %} {% if sylius_bundle_loaded_checker('SyliusShopBundle') %} {% set url = channel.hostname is not null ? 'http://' ~ channel.hostname ~ path('sylius_shop_homepage', {'_locale': localeCode}) : url('sylius_shop_homepage', {'_locale': localeCode}) %} {% endif %}