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

{{ 'Your cart at {shop_name}'|trans({}, 'Emails.Body', locale) }}

{% endif %} {{ 'We noticed that during your last visit on {shop_name}, you did not complete the order you had started.'|trans({}, 'Emails.Body', locale) }}

{{ 'Your cart has been saved, you can resume your order by visiting our store:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url}

{{ 'As an incentive, we can give you a discount of [1]{amount}%[/1] off 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 }}
 
 
  {% if templateType == 'html' %}

{{ 'Your {shop_name} login details'|trans({}, 'Emails.Body', locale) }}

{% endif %} {{ '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 }}
 
{% endblock %}