forked from thomas/furry
1
0
Fork 0
furry/shop/templates/shop/emails/low_stock_notification.txt

32 lines
1.1 KiB
Plaintext

<<<<<<< HEAD
{% load i18n %}
{% trans "Low Stock Alert" %}
{% trans "Warning" %}: {% trans "The following product is running low on stock and needs attention." %}
{% trans "Product Details" %}:
{% trans "Name" %}: {{ product.name }}
{% trans "Type" %}: {% if product.product_type == 'fursuit' %}{% trans "Fursuit" %}{% else %}{% trans "Printed Item" %}{% endif %}
{% trans "SKU" %}: {{ product.sku }}
{% trans "Base Price" %}: {{ product.base_price }} €
{% trans "Current Stock" %}: {{ product.stock }}
=======
{% load i18n %}
{% trans "Low Stock Alert" %}
{% trans "Warning" %}: {% trans "The following product is running low on stock and needs attention." %}
{% trans "Product Details" %}:
{% trans "Name" %}: {{ product.name }}
{% trans "Type" %}: {% if product.product_type == 'fursuit' %}{% trans "Fursuit" %}{% else %}{% trans "Printed Item" %}{% endif %}
{% trans "SKU" %}: {{ product.sku }}
{% trans "Base Price" %}: {{ product.base_price }} €
{% trans "Current Stock" %}: {{ product.stock }}
>>>>>>> 5b9b867963eca600ed64b617dc2dc86c30dbd9cb
{% trans "Manage this product at" %}: {{ product_url }}