{% set shop = oEmailView.getShop() %} {% set oViewConf = oEmailView.getViewConfig() %} {% capture assign = "style" %} table.orderarticles th { background-color: #ebebeb; white-space: nowrap; } table.orderarticles th, table.orderarticles td { border: 1px solid #d4d4d4; font-size: 13px; padding:5px; } table.orderarticles { border-collapse: collapse; } {% endcapture %} {% include "email/html/header.html.twig" with {title: "STOCK_LOW"|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" %}