{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %} {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }}
 
  {% if templateType == 'html' %}

{{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Awaiting wire payment'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
 
 
 

{{ 'You have selected to pay by wire transfer.'|trans({}, 'Emails.Body', locale)|raw }}

{{ 'Here are the bank details for your transfer:'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Amount:'|trans({}, 'Emails.Body', locale)|raw }} {total_paid}
{{ 'Account owner:'|trans({}, 'Emails.Body', locale)|raw }} {bankwire_owner}
{{ 'Account details:'|trans({}, 'Emails.Body', locale)|raw }} {bankwire_details}
{{ 'Bank address:'|trans({}, 'Emails.Body', locale)|raw }} {bankwire_address}
{{ 'Please specify your order reference in the bankwire description.'|trans({}, 'Emails.Body', locale)|raw }}
 
  {{ 'You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.'|trans({}, 'Emails.Body', locale)|raw }} {{ 'If you have a guest account, you can follow your order via the "Guest Tracking" section on our shop.'|trans({}, 'Emails.Body', locale)|raw }} {% endblock %}