{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %}
{% if templateType == 'html' %}
{{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Awaiting check 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 check.'|trans({}, 'Emails.Body', locale)|raw }} {{ 'Here are the bank details 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 }} {% if templateType == 'html' %} {check_address_html} {% endif %} {% if templateType == 'txt' %} {check_address} {% endif %} |