{% extends "part/part_base.html" %}
{% block details %}
There are {{ part.bomItemCount }} BOM items for this part.
Used in {{ part.usedInCount }} other parts.
There are {{ part.stock }} units in stock.
{% if part.trackable %}
Part tracking
{% else %}
{{ part.name }} does not have part tracking enabled
{% endif %}
{% endblock %}