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

{{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Voucher created'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}

{{ '[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}

{{ 'Simply copy/paste this code during the payment process for your next order.'|trans({}, 'Emails.Body', locale)|raw }}
 
{% endblock %}