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

{{ '{product} is now available.'|trans({}, 'Emails.Body', locale) }}

{% endif %} {{ 'This item is once again in-stock.'|trans({}, 'Emails.Body', locale)|raw }}

{{ 'You can access the product page by clicking on the link:'|trans({}, 'Emails.Body', locale)|raw }} {product}
{{ 'You can order it right now from our online shop.'|trans({}, 'Emails.Body', locale)|raw }}
 
{% endblock %}