{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %}
{% if templateType == 'html' %}
{{ 'This is to inform you about the creation of a voucher.'|trans({}, 'Emails.Body', locale)|raw }} {% endif %} {{ 'Here is the code of your voucher:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}{{ 'Simply copy/paste this code during the payment process for your next order.'|trans({}, 'Emails.Body', locale)|raw }} |