diff --git a/InvenTree/company/templates/company/manufacturer_part.html b/InvenTree/company/templates/company/manufacturer_part.html
index dad72e5558..fcfa22ee2d 100644
--- a/InvenTree/company/templates/company/manufacturer_part.html
+++ b/InvenTree/company/templates/company/manufacturer_part.html
@@ -104,7 +104,7 @@ src="{% static 'img/blank_image.png' %}"
-
+
{% trans "Suppliers" %}
{% include "spacer.html" %}
@@ -133,7 +133,7 @@ src="{% static 'img/blank_image.png' %}"
-
+
{% trans "Parameters" %}
{% include "spacer.html" %}
diff --git a/InvenTree/company/templates/company/supplier_part.html b/InvenTree/company/templates/company/supplier_part.html
index 2f68f9b12b..52742cf488 100644
--- a/InvenTree/company/templates/company/supplier_part.html
+++ b/InvenTree/company/templates/company/supplier_part.html
@@ -143,7 +143,7 @@ src="{% static 'img/blank_image.png' %}"
-
+
{% trans "Supplier Part Orders" %}
{% include "spacer.html" %}
@@ -167,7 +167,7 @@ src="{% static 'img/blank_image.png' %}"
-
+
{% trans "Pricing Information" %}
{% include "spacer.html" %}
diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html
index 6a016d110a..b0d9d7d301 100644
--- a/InvenTree/order/templates/order/purchase_order_detail.html
+++ b/InvenTree/order/templates/order/purchase_order_detail.html
@@ -14,7 +14,7 @@
-
+
{% trans "Purchase Order Items" %}
{% include "spacer.html" %}
@@ -37,9 +37,7 @@
@@ -58,7 +56,7 @@
-
+
{% trans "Attachments" %}
{% include "spacer.html" %}
diff --git a/InvenTree/order/templates/order/purchase_orders.html b/InvenTree/order/templates/order/purchase_orders.html
index 4be817f8d2..e15e009927 100644
--- a/InvenTree/order/templates/order/purchase_orders.html
+++ b/InvenTree/order/templates/order/purchase_orders.html
@@ -36,9 +36,7 @@
-
-
-
+ {% include "filter_list.html" with id="purchaseorder" %}
diff --git a/InvenTree/order/templates/order/sales_order_detail.html b/InvenTree/order/templates/order/sales_order_detail.html
index 5d4db70a34..887ecd390c 100644
--- a/InvenTree/order/templates/order/sales_order_detail.html
+++ b/InvenTree/order/templates/order/sales_order_detail.html
@@ -14,7 +14,7 @@
-
+
{% trans "Sales Order Items" %}
{% include "spacer.html" %}
@@ -29,8 +29,7 @@
@@ -49,7 +48,7 @@
-
+
{% trans "Attachments" %}
{% include "spacer.html" %}
diff --git a/InvenTree/order/templates/order/sales_orders.html b/InvenTree/order/templates/order/sales_orders.html
index 048296c16b..bde9833bd6 100644
--- a/InvenTree/order/templates/order/sales_orders.html
+++ b/InvenTree/order/templates/order/sales_orders.html
@@ -39,9 +39,7 @@
-
-
-
+ {% include "filter_list.html" with id="salesorder" %}
diff --git a/InvenTree/part/templates/part/bom.html b/InvenTree/part/templates/part/bom.html
index aa01dd64eb..7a3ab1ad6d 100644
--- a/InvenTree/part/templates/part/bom.html
+++ b/InvenTree/part/templates/part/bom.html
@@ -34,11 +34,8 @@
{% trans "Delete Items" %}
- {% endif %}
-
-
-
-
+ {% endif %}
+ {% include "filter_list.html" with id="bom" %}
diff --git a/InvenTree/part/templates/part/category.html b/InvenTree/part/templates/part/category.html
index 249c053801..6672adf210 100644
--- a/InvenTree/part/templates/part/category.html
+++ b/InvenTree/part/templates/part/category.html
@@ -116,7 +116,7 @@
-
+
{% trans "Parts" %}
{% include "spacer.html" %}
-
-
-
+ {% include "filter_list.html" with id="parts" %}
@@ -174,9 +172,7 @@
diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html
index b5008ae699..145b5bfb35 100644
--- a/InvenTree/part/templates/part/detail.html
+++ b/InvenTree/part/templates/part/detail.html
@@ -109,7 +109,7 @@
-
+
{% trans "Part Test Templates" %}
{% include "spacer.html" %}
@@ -123,10 +123,8 @@