diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 14de908fcb..57352afaf9 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -10,23 +10,14 @@ {% block content %} -{% if part.virtual %} -
- {% trans "This part is a virtual part" %} -
-{% endif %} -{% if part.is_template %} -
- {% trans "This part is a template part." %} -
-{% endif %} +
+ {% if part.variant_of %}
{% trans "This part is a variant of" %} {{ part.variant_of.full_name }}
{% endif %} -
{% include "part/part_thumb.html" %}