{% extends '@MailThemes/modern/components/layout.html.twig' %} {% block title %}{{ 'Product out of stock'|trans({}, 'Emails.Body', locale) }}{% endblock %} {% block content %}
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}

{{ '{product} is almost out of stock.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'There are now less than [1]{last_qty}[/1] items in stock.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ '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 }}
{% endblock %} {% block styles %} {% endblock %}