{{ 'Your cart at {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Thanks for your visit. However, it looks like you did not complete your purchase.'|trans({}, 'Emails.Body', locale) }}
{{ 'Your cart has been saved, you can go back to your order on our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url}
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Your voucher code on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}