-
- {% if part.description %}
-
- {% trans "Description" %}
- {{ part.description }}{% include "clip.html"%}
- {% endif %}
- {% if part.revision %}
-
-
- {% trans "Revision" %}
- {{ part.revision }}{% include "clip.html"%}
-
- {% endif %}
- {% if part.keywords %}
-
-
- {% trans "Keywords" %}
- {{ part.keywords }}{% include "clip.html"%}
-
- {% endif %}
- {% if part.link %}
-
-
- {% trans "External Link" %}
- {{ part.link }} {% include "clip.html"%}
-
- {% endif %}
-
-
- {% trans "Creation Date" %}
-
- {{ part.creation_date }}
- {% if part.creation_user %}
- {{ part.creation_user }}
{% endif %}
-
-
- {% if part.trackable and part.getLatestSerialNumber %}
-
-
- {% trans "Latest Serial Number" %}
- {{ part.getLatestSerialNumber }}{% include "clip.html"%}
-
- {% endif %}
- {% if part.default_location %}
-
-
- {% trans "Default Location" %}
- {{ part.default_location }}
-
- {% endif %}
- {% if part.default_supplier %}
-
-
- {% trans "Default Supplier" %}
- {{ part.default_supplier }}
-
- {% endif %}
-
-
- {% trans "Available Stock" %}
- {% decimal available %}{% if part.units %} {{ part.units }}{% endif %}
-
-
-
- {% trans "In Stock" %}
- {% include "part/stock_count.html" %}
-
- {% if on_order > 0 %}
-
-
- {% trans "On Order" %}
- {% decimal on_order %}
-
- {% endif %}
- {% if required_build_order_quantity > 0 %}
-
-
- {% trans "Required for Build Orders" %}
- {% decimal required_build_order_quantity %}
-
- {% endif %}
- {% if required_sales_order_quantity > 0 %}
-
-
- {% trans "Required for Sales Orders" %}
- {% decimal required_sales_order_quantity %}
-
- {% endif %}
- {% if allocated > 0 %}
-
-
- {% trans "Allocated to Orders" %}
- {% decimal allocated %}
-
- {% endif %}
+ {% endif %}
+ {% endif %}
+
+ {% if roles.part.add or roles.part.change or roles.part.delete %}
+
+
+
+
+ {% endif %}
+
+
+
+
+ {% if part.variant_of %}
+
+ {% object_link 'part-detail' part.variant_of.id part.variant_of.full_name as link %}
+ {% blocktrans %}This part is a variant of {{link}}{% endblocktrans %}
+
+ {% endif %}
+
+
+
+
+
+
+
+ {% trans "Available Stock" %}
+ {% decimal available %}{% if part.units %} {{ part.units }}{% endif %}
+
+
+
+ {% trans "In Stock" %}
+ {% include "part/stock_count.html" %}
+
+ {% if on_order > 0 %}
+
+
+ {% trans "On Order" %}
+ {% decimal on_order %}
+
+ {% endif %}
+ {% if required_build_order_quantity > 0 %}
+
+
+ {% trans "Required for Build Orders" %}
+ {% decimal required_build_order_quantity %}
+
+ {% endif %}
+ {% if required_sales_order_quantity > 0 %}
+
+
+ {% trans "Required for Sales Orders" %}
+ {% decimal required_sales_order_quantity %}
+
+ {% endif %}
+ {% if allocated > 0 %}
+
+
+ {% trans "Allocated to Orders" %}
+ {% decimal allocated %}
+
+ {% endif %}
- {% if not part.is_template %}
- {% if part.assembly %}
-
-
-
- {% trans "Build Status" %}
-
-
-
-
- {% trans "Can Build" %}
- {% decimal part.can_build %}
-
- {% if quantity_being_built > 0 %}
-
-
- {% trans "Building" %}
- {% decimal quantity_being_built %}
-
- {% endif %}
- {% endif %}
+ {% if not part.is_template %}
+ {% if part.assembly %}
+
+
+
+ {% trans "Build Status" %}
+
+
+
+
+ {% trans "Can Build" %}
+ {% decimal part.can_build %}
+
+ {% if quantity_being_built > 0 %}
+
+
+ {% trans "Building" %}
+ {% decimal quantity_being_built %}
+
+ {% endif %}
+ {% endif %}
+ {% endif %}
+
+
+
+
+
+
+
+
+ {% if part.description %}
+
+ {% trans "Description" %}
+ {{ part.description }}{% include "clip.html"%}
{% endif %}
-
-
-
-
+ {% if part.revision %}
+
+
+ {% trans "Revision" %}
+ {{ part.revision }}{% include "clip.html"%}
+
+ {% endif %}
+ {% if part.keywords %}
+
+
+ {% trans "Keywords" %}
+ {{ part.keywords }}{% include "clip.html"%}
+
+ {% endif %}
+ {% if part.link %}
+
+
+ {% trans "External Link" %}
+ {{ part.link }} {% include "clip.html"%}
+
+ {% endif %}
+
+
+ {% trans "Creation Date" %}
+
+ {{ part.creation_date }}
+ {% if part.creation_user %}
+ {{ part.creation_user }}
+ {% endif %}
+
+
+ {% if part.trackable and part.getLatestSerialNumber %}
+
+
+ {% trans "Latest Serial Number" %}
+ {{ part.getLatestSerialNumber }}{% include "clip.html"%}
+
+ {% endif %}
+ {% if part.default_location %}
+
+
+ {% trans "Default Location" %}
+ {{ part.default_location }}
+
+ {% endif %}
+ {% if part.default_supplier %}
+
+
+ {% trans "Default Supplier" %}
+ {{ part.default_supplier }}
+
+ {% endif %}
+