{% extends '@MailThemes/modern/components/layout.html.twig' %} {% block title %}{{ 'Out of stock'|trans({}, 'Emails.Body', locale) }}{% endblock %} {% block content %}
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
{{ 'Thanks for your order with the reference {order_name} from {shop_name}.'|trans({}, 'Emails.Body', locale)|raw }}

{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale)|raw }} - {{ 'Replenishment required'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation.'|trans({}, 'Emails.Body', locale)|raw }}
{{ '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 }}
{{ 'If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.'|trans({'%guest_tracking_label%': 'Guest Tracking'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }}
{% endblock %} {% block styles %} {% endblock %}