{% extends '@SyliusShop/Email/layout.html.twig' %} {% block subject %} {{ 'sylius.email.order_confirmation.subject'|trans({}, null, localeCode) }} {% endblock %} {% block content %} {% set url = channel.hostname is not null ? 'http://' ~ channel.hostname ~ path('sylius_shop_order_show', {'tokenValue': order.tokenValue, '_locale': localeCode}) : url('sylius_shop_order_show', {'tokenValue': order.tokenValue, '_locale': localeCode}) %}