+
- {% endif %}
diff --git a/InvenTree/company/templates/company/index.html b/InvenTree/company/templates/company/index.html
index 672d82fdb7..1654ab04b5 100644
--- a/InvenTree/company/templates/company/index.html
+++ b/InvenTree/company/templates/company/index.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "page_base.html" %}
{% load static %}
{% load i18n %}
@@ -8,23 +8,28 @@
{% inventree_title %} | {% trans "Supplier List" %}
{% endblock %}
-{% block content %}
-
-
{{ title }}
-
+{% block heading %}
+{{ title }}
+{% endblock %}
+{% block actions %}
{% if pagetype == 'manufacturers' and roles.purchase_order.add or pagetype == 'suppliers' and roles.purchase_order.add or pagetype == 'customers' and roles.sales_order.add %}
-
+
{% endif %}
+{% endblock %}
-
+{% block page_info %}
+
+
{% endblock %}
{% block js_ready %}
diff --git a/InvenTree/company/templates/company/manufacturer_part.html b/InvenTree/company/templates/company/manufacturer_part.html
index 09affcfd11..dad72e5558 100644
--- a/InvenTree/company/templates/company/manufacturer_part.html
+++ b/InvenTree/company/templates/company/manufacturer_part.html
@@ -104,18 +104,23 @@ src="{% static 'img/blank_image.png' %}"
-
{% trans "Suppliers" %}
+
+
{% trans "Suppliers" %}
+ {% include "spacer.html" %}
+
+
+
+