{% extends '@MailThemes/modern/components/layout.html.twig' %}
{% block title %}{{ 'Customer Quantity'|trans({}, 'Emails.Body', locale) }}{% endblock %}
{% block content %}
{{ 'Hi,'|trans({}, 'Emails.Body', locale) }}
|
|
|
{{ '{product} is now available.'|trans({}, 'Emails.Body', locale)|raw }}
|
|
|
{{ 'Good news, this item is back in stock!'|trans({}, 'Emails.Body', locale)|raw }}
|
{{ 'Click on the following link to visit the product page and order it:'|trans({}, 'Emails.Body', locale)|raw }} {product}
|
|
|
{% endblock %}
{% block styles %}
{% endblock %}