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

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

{% endif %} {{ 'Your order with the reference [1]{order_name}[/1] has been shipped.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }}
 
{{ 'Follow your order and download your invoice on our store, 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 %}