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

{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Awaiting payment by check'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Payment method: check'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'You have decided to pay by bank check.'|trans({}, 'Emails.Body', locale)|raw }} {{ 'Here is the information you need for your check:'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Amount:'|trans({}, 'Emails.Body', locale)|raw }} {total_paid}
{{ 'Payable to the order of:'|trans({}, 'Emails.Body', locale)|raw }} {check_name}
{{ 'Please mail your check to:'|trans({}, 'Emails.Body', locale)|raw }} {check_address_html}
{{ 'Follow your order and download your invoice on our shop, go to the Order history and details section of your customer account.'|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 %} {% block styles %} {{ parent() }} {% endblock %}