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

{{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Refund processed'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'We have processed your {shop_name} refund for order with the reference {order_name}.'|trans({}, 'Emails.Body', locale)|raw }}
 
  {{ 'You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.'|trans({}, 'Emails.Body', locale)|raw }} {{ 'If you have a guest account, you can follow your order via the "Guest Tracking" section on our shop.'|trans({}, 'Emails.Body', locale)|raw }} {% endblock %}