{% extends "email/email.html" %} {% load i18n %} {% load inventree_extras %} {% block title %} {{ message }} {% if link %}

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

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

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

{% endblock footer_prefix %}