{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %}
{% if templateType == 'html' %}
{{ 'You are one of our best customers and as such we want to thank you for your continued patronage.'|trans({}, 'Emails.Body', locale)|raw }} {% endif %} {{ 'As appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}{{ 'Here is your coupon:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num} {{ 'Enter this code in your shopping cart to get your discount.'|trans({}, 'Emails.Body', locale)|raw }} |