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

{{ 'Message from a customer'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'You have received a new message regarding order with the reference'|trans({}, 'Emails.Body', locale)|raw }} {order_name}.

{{ 'Customer:'|trans({}, 'Emails.Body', locale)|raw }} {firstname} {lastname} ({email})

{message}
 
{% endblock %}