{% 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) }} - {{ 'Credit slip created'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'We have generated a credit slip in your name for order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
 
  {{ 'Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account.'|trans({'%credit_slips_label%': 'Credit slips'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }} {% endblock %}