{% 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 %}{% blocktrans with part=part.name %}You are receiving this email because you are subscribed to notifications for this part {% endblocktrans %}.
{% endblock footer_prefix %}