{% extends "email/email.html" %} {% load i18n %} {% load inventree_extras %} {% block title %} {% 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 %} {% endblock %} {% block subtitle %}

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

{% endblock %} {% block body %} {% trans "Part Name" %} {% trans "Total Stock" %} {% trans "Available" %} {% trans "Minimum Quantity" %} {{ part.full_name }} {{ part.total_stock }} {{ part.available_stock }} {{ part.minimum_stock }} {% endblock %}