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

{{ 'Referral Program'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'We have created a voucher in your name for referring a friend.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Here is the code of your voucher:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}{{ ', with an amount of'|trans({}, 'Emails.Body', locale)|raw }} {voucher_amount}.

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