diff --git a/InvenTree/company/templates/company/manufacturer_part.html b/InvenTree/company/templates/company/manufacturer_part.html
index fcfa22ee2d..84e8016a59 100644
--- a/InvenTree/company/templates/company/manufacturer_part.html
+++ b/InvenTree/company/templates/company/manufacturer_part.html
@@ -8,7 +8,7 @@ InvenTree | {% trans "Manufacturer Part" %}
{% block sidebar %}
{% include "company/manufacturer_part_sidebar.html" %}
-{% endblock %}
+{% endblock sidebar %}
{% block breadcrumbs %}
-
- |
- {% trans "Internal Part" %} |
-
- {% if part.part %}
- {{ part.part.full_name }}{% include "clip.html"%}
- {% endif %}
- |
-
- {% if part.description %}
-
- |
- {% trans "Description" %} |
- {{ part.description }}{% include "clip.html"%} |
-
- {% endif %}
- {% if part.link %}
-
- |
- {% trans "External Link" %} |
- {{ part.link }}{% include "clip.html"%} |
-
- {% endif %}
-
- |
- {% trans "Manufacturer" %} |
- {{ part.manufacturer.name }}{% include "clip.html"%} |
-
- |
- {% trans "MPN" %} |
- {{ part.MPN }}{% include "clip.html"%} |
-
+
+
+ |
+ {% trans "Manufacturer" %} |
+ {{ part.manufacturer.name }}{% include "clip.html"%} |
+
+
+ |
+ {% trans "MPN" %} |
+ {{ part.MPN }}{% include "clip.html"%} |
+
+ {% if part.link %}
+
+ |
+ {% trans "External Link" %} |
+ {{ part.link }}{% include "clip.html"%} |
+
+ {% endif %}
-{% endblock %}
+{% endblock details_right %}
{% block page_content %}