{% extends '@SyliusCore/Email/layout.html.twig' %} {% block subject %} {{ 'sylius.email.password_reset.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_password_reset', { 'token': user.passwordResetToken}) : url('sylius_shop_password_reset', { 'token': user.passwordResetToken, '_locale': localeCode}) %} {% endif %}