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

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

{% endif %} {% endblock title %} {% block body %} {% trans "Build Order" %} {% trans "Part" %} {% trans "Quantity" %} {{ build }} {{ build.part.full_name }} {{ build.quantity }} {% endblock body %}