{% set oViewConf = oEmailView.getViewConfig() %} {% set oShop, shop = oEmailView.getShop(), oEmailView.getShop() %} {% set oUser, user = oEmailView.getUser(), oEmailView.getUser() %} {% set sBaseContentSidePadding = oViewConf.getViewThemeParam("sBaseContentSidePadding") %} {% set sBaseFontSize = oViewConf.getViewThemeParam("sBaseFontSize") %} {% set sBaseFontFamily = oViewConf.getViewThemeParam("sBaseFontFamily") %} {% include "email/html/header.html.twig" with {title: "OWNER_REMINDER_HEADING"|translate, style: style} %}

{{ translate({ ident: "MESSAGE_STOCK_LOW" }) }}

{% for oProduct in articles %} {% endfor %}
{{ translate({ ident: "PRODUCT" }) }} {{ translate({ ident: "QUANTITY" }) }}
{{ oProduct.oxarticles__oxtitle.value|striptags }}

{{ oProduct.oxarticles__oxtitle.value }}{% if oProduct.oxarticles__oxvarselect.value %}, {{ oProduct.oxarticles__oxvarselect.value }}{% endif %} {% if chosen_selectlist %} , {% for oList in chosen_selectlist %} {{ oList.name }} {{ oList.value }}  {% endfor %} {% endif %}
{{ translate({ ident: "PRODUCT_NO", suffix: "COLON" }) }} {{ oProduct.oxarticles__oxartnum.value }}

{{ oProduct.oxarticles__oxstock.value }} ({{ oProduct.oxarticles__oxremindamount.value }})

{% include "email/html/footer.html.twig" %}