{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %}
{% if templateType == 'html' %}
{{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Item(s) out of stock'|trans({}, 'Emails.Body', locale)|raw }} {% endif %} {{ 'Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.'|trans({}, 'Emails.Body', locale)|raw }} |