{% extends "part/part_base.html" %} {% load static %} {% block details %} {% include 'part/tabs.html' with tab='detail' %}
| Part name | {{ part.name }} |
| Description | {{ part.decription }} |
| IPN | {{ part.IPN }} |
| Category | {% if part.category %} {{ part.category.name }} {% endif %} |
| Default Location | {{ part.default_location.pathstring }} |
| Default Supplier | {{ part.default_supplier.supplier.name }} | {{ part.default_supplier.SKU }} |
| Units | {{ part.units }} |
| Buildable | {% include "yesnolabel.html" with value=part.buildable %} |
| Trackable | {% include "yesnolabel.html" with value=part.trackable %} |
| Purchaseable | {% include "yesnolabel.html" with value=part.purchaseable %} |
| Salable | {% include "yesnolabel.html" with value=part.salable %} |
| Minimum Stock | {{ part.minimum_stock }} |