{% extends '@MailThemes/modern/components/layout.html.twig' %} {% block title %}{{ 'Follow up 4'|trans({}, 'Emails.Body', locale) }}{% endblock %} {% block content %}
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}

{{ 'Your cart on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Your cart has been saved, you can resume your order by visiting our store:'|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 }}
{{ '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 }}
{% endblock %} {% block styles %} {% endblock %}