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

{{ 'Order return #{id_order_return} - Update'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'We have updated the progress on your return #{id_order_return}, the new status is:'|trans({}, 'Emails.Body', locale)|raw }} "{state_order_return}".
{{ 'Follow your order and download your invoice on our shop, go to the %order_history_label% section of your customer account.'|trans({'%order_history_label%': 'Order history and details'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }}
{% endblock %} {% block styles %} {{ parent() }} {% endblock %}