{% trans "Low Stock Alert" %}

{% trans "Action required for inventory management" %}

{% trans "Warning" %}: {% trans "The following product is running low on stock and needs attention." %}
{% if product.image %} {{ product.name }} {% endif %}

{{ product.name }}

{% if product.product_type == 'fursuit' %} {% trans "Fursuit" %} {% else %} {% trans "Printed Item" %} {% endif %}
{% trans "Current Stock" %}: {{ product.stock }}

{% trans "SKU" %}: {{ product.sku }}

{% trans "Base Price" %}: {{ product.base_price }} €

{% if product.category %}

{% trans "Category" %}: {{ product.category.name }}

{% endif %}
{% trans "Manage Product" %}