{{ 'sylius.email.order_confirmation.your_order_number'|trans({}, null, localeCode) }}
{{ order.number }}
{{ 'sylius.email.order_confirmation.has_been_successfully_placed'|trans({}, null, localeCode) }}
{% if sylius_bundle_loaded_checker('SyliusShopBundle') %} {% 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}) %}
{{ 'sylius.email.order_confirmation.view_order_or_change_payment_method'|trans({}, null, localeCode) }}
{% endif %}
{{ 'sylius.email.order_confirmation.thank_you'|trans({}, null, localeCode) }}