diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index a8e5e53377..b6c464ba1b 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -3,6 +3,7 @@ {% load static %} {% load i18n %} {% load status_codes %} +{% load inventree_extras %} {% block page_title %} InvenTree | {% trans "Build Order" %} - {{ build }} @@ -11,12 +12,14 @@ InvenTree | {% trans "Build Order" %} - {{ build }} {% block pre_content %} {% if build.sales_order %}
- {% trans "The allocated stock will be installed into the following build output:" %}
-
- {{ output }}
+ {% blocktrans %}The allocated stock will be installed into the following build output:
{{output}}{% endblocktrans %}
There are {{ part.supplier_parts.all|length }} suppliers defined for this manufacturer part. If you delete it, the following supplier parts will also be deleted: -
+{% blocktrans with count=part.supplier_parts.all|length %}There are {{count}} suppliers defined for this manufacturer part. If you delete it, the following supplier parts will also be deleted:{% endblocktrans %}