From 5b9c4dc2252b1581a482375bd72f0009f47cdb88 Mon Sep 17 00:00:00 2001
From: Matthias
{{ build.target_date }}
{% if build.is_overdue %}
- {% trans "Overdue" %}
+ {% trans "Overdue" %}
{% endif %}
diff --git a/InvenTree/build/templates/build/create_build_item.html b/InvenTree/build/templates/build/create_build_item.html
index 1a7934b88b..9ebf5bb389 100644
--- a/InvenTree/build/templates/build/create_build_item.html
+++ b/InvenTree/build/templates/build/create_build_item.html
@@ -8,13 +8,13 @@
- {% blocktrans %}The allocated stock will be installed into the following build output:
{{ output }}{% endblocktrans %}
+ {% blocktrans %}The allocated stock will be installed into the following build output:
{{output}}{% endblocktrans %}
{% blocktrans %}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:{% endblocktrans %}
+{% 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 %}