diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html
index 41332eeec5..6bad2bbbdf 100644
--- a/InvenTree/part/templates/part/detail.html
+++ b/InvenTree/part/templates/part/detail.html
@@ -18,7 +18,7 @@
{% if part.is_template %}
- {% blocktrans with full_name=part.full_name%}Showing stock for all variants of {{full_name}}{% endblocktrans %}
+ {% blocktrans with full_name=part.full_name%}Showing stock for all variants of {{full_name}}{% endblocktrans %}
{% endif %}
{% include "stock_table.html" %}
diff --git a/InvenTree/part/templates/part/import_wizard/ajax_match_fields.html b/InvenTree/part/templates/part/import_wizard/ajax_match_fields.html
index 293ddbc4d8..6984ef11ac 100644
--- a/InvenTree/part/templates/part/import_wizard/ajax_match_fields.html
+++ b/InvenTree/part/templates/part/import_wizard/ajax_match_fields.html
@@ -50,7 +50,7 @@
{% for duplicate in duplicates %}
{% if duplicate == col.value %}
- {% trans "Duplicate selection" %}
+ {% trans "Duplicate selection" %}
{% endif %}
{% endfor %}
diff --git a/InvenTree/part/templates/part/import_wizard/match_fields.html b/InvenTree/part/templates/part/import_wizard/match_fields.html
index ba709bc639..0467532ff9 100644
--- a/InvenTree/part/templates/part/import_wizard/match_fields.html
+++ b/InvenTree/part/templates/part/import_wizard/match_fields.html
@@ -57,7 +57,7 @@
{% for duplicate in duplicates %}
{% if duplicate == col.value %}
- {% trans "Duplicate selection" %}
+ {% trans "Duplicate selection" %}
{% endif %}
{% endfor %}
diff --git a/InvenTree/part/templates/part/part_pricing.html b/InvenTree/part/templates/part/part_pricing.html
index b24a89f5c9..9ec80882af 100644
--- a/InvenTree/part/templates/part/part_pricing.html
+++ b/InvenTree/part/templates/part/part_pricing.html
@@ -37,7 +37,7 @@
{% else %}
- {% trans 'No supplier pricing available' %}
+ {% trans 'No supplier pricing available' %}
|
{% endif %}
@@ -78,14 +78,14 @@
{% if part.has_complete_bom_pricing == False %}
- {% trans 'Note: BOM pricing is incomplete for this part' %}
+ {% trans 'Note: BOM pricing is incomplete for this part' %}
|
{% endif %}
{% else %}
- {% trans 'No BOM pricing available' %}
+ {% trans 'No BOM pricing available' %}
|
{% endif %}
diff --git a/InvenTree/part/templates/part/partial_delete.html b/InvenTree/part/templates/part/partial_delete.html
index 95f69cec55..993d7a418c 100644
--- a/InvenTree/part/templates/part/partial_delete.html
+++ b/InvenTree/part/templates/part/partial_delete.html
@@ -4,7 +4,7 @@
{% block pre_form_content %}
- {% blocktrans with full_name=part.full_name %}Are you sure you want to delete part '{{full_name}}'?{% endblocktrans %}
+ {% blocktrans with full_name=part.full_name %}Are you sure you want to delete part '{{full_name}}'?{% endblocktrans %}
{% if part.used_in_count %}
diff --git a/InvenTree/part/templates/part/prices.html b/InvenTree/part/templates/part/prices.html
index 2f71a38919..69412ab2bb 100644
--- a/InvenTree/part/templates/part/prices.html
+++ b/InvenTree/part/templates/part/prices.html
@@ -18,7 +18,7 @@
{% if part.supplier_count > 0 %}
{% if min_total_buy_price %}
- {% trans 'Supplier Pricing' %}
+ | {% trans 'Supplier Pricing' %}
|
@@ -37,7 +37,7 @@
{% else %}
- {% trans 'No supplier pricing available' %}
+ {% trans 'No supplier pricing available' %}
|
{% endif %}
@@ -46,7 +46,7 @@
{% if part.bom_count > 0 %}
{% if min_total_bom_price %}
- {% trans 'BOM Pricing' %}
+ | {% trans 'BOM Pricing' %}
|
{% trans 'Unit Cost' %} |
@@ -83,14 +83,14 @@
{% if part.has_complete_bom_pricing == False %}
- {% trans 'Note: BOM pricing is incomplete for this part' %}
+ {% trans 'Note: BOM pricing is incomplete for this part' %}
|
{% endif %}
{% else %}
- {% trans 'No BOM pricing available' %}
+ {% trans 'No BOM pricing available' %}
|
{% endif %}
@@ -99,7 +99,7 @@
{% if show_internal_price and roles.sales_order.view %}
{% if total_internal_part_price %}
- {% trans 'Internal Price' %} |
+ {% trans 'Internal Price' %} |
{% trans 'Unit Cost' %} |
{% include "price.html" with price=unit_internal_part_price %} |
@@ -113,7 +113,7 @@
{% if total_part_price %}
- {% trans 'Sale Price' %}
+ | {% trans 'Sale Price' %}
|
@@ -179,7 +179,7 @@
{% trans 'Stock Pricing' %}
-
+
{% if price_history|length > 0 %}
diff --git a/InvenTree/part/templates/part/variant_part.html b/InvenTree/part/templates/part/variant_part.html
index 48a058db55..8a6064711f 100644
--- a/InvenTree/part/templates/part/variant_part.html
+++ b/InvenTree/part/templates/part/variant_part.html
@@ -6,8 +6,8 @@
{{ block.super }}
- {% trans "Create new part variant" %}
- {% blocktrans with full_name=part.full_name %}Create a new variant of template '{{full_name}}'.{% endblocktrans %}
+ {% trans "Create new part variant" %}
+ {% blocktrans with full_name=part.full_name %}Create a new variant of template '{{full_name}}'.{% endblocktrans %}
{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/report/templates/report/inventree_build_order_base.html b/InvenTree/report/templates/report/inventree_build_order_base.html
index 2d2d2766bb..20e6a6ffd0 100644
--- a/InvenTree/report/templates/report/inventree_build_order_base.html
+++ b/InvenTree/report/templates/report/inventree_build_order_base.html
@@ -128,7 +128,7 @@ content: "v{{report_revision}} - {{ date.isoformat }}";
{% if build.target_date %}
{{ build.target_date }}
{% else %}
-
Not specified
+
Not specified
{% endif %}
@@ -138,7 +138,7 @@ content: "v{{report_revision}} - {{ date.isoformat }}";
{% if build.sales_order %}
{% internal_link build.sales_order.get_absolute_url build.sales_order %}
{% else %}
-
Not specified
+
Not specified
{% endif %}