{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %}
{% if templateType == 'html' %}
{{ '{product} is nearly out of stock.'|trans({}, 'Emails.Body', locale) }} {% endif %} {{ 'The remaining stock is now less than the specified minimum of'|trans({}, 'Emails.Body', locale)|raw }} {last_qty}.{{ 'Remaining stock:'|trans({}, 'Emails.Body', locale)|raw }} {qty} {{ 'Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }} |