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

{{ '{product} is almost out of stock.'|trans({}, 'Emails.Body', locale) }}

{% endif %} {{ 'The stock cover is now less than the specified minimum of:'|trans({}, 'Emails.Body', locale)|raw }} {warning_coverage}.

{{ 'Current stock cover:'|trans({}, 'Emails.Body', locale)|raw }} {current_coverage}
 
{% endblock %}