{% load i18n %} {% load inventree_extras %}

{% blocktrans with part=part.name %} The available stock for {{ part }} has fallen below the configured minimum level{% endblocktrans %}

{% if link %}

{% trans "Click on the following link to view this part" %}: {{ link }}

{% endif %}
{% trans "Part Name" %} {% trans "Available Quantity" %} {% trans "Minimum Quantity" %}
{{ part.full_name }} {{ part.total_stock }} {{ part.minimum_stock }}

{% blocktrans with part=part.name %}You are receiving this email because you are subscribed to notifications for this part {% endblocktrans %}.

{% trans "InvenTree version" %}: {% inventree_version %}