{% extends 'base.html' %} {% load staticfiles %} {% block title %} {% endblock %} {% block menu %} {% if profile.role == 'A' %}
Item #{{ part.full_part_number}}
Level | Part No. | Qty | Description | Rev | Manufacturer | MPN | Ext. Qty | Order Qty | Seller | Price | Ext Cost | NRE |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{% with ''|center:subpart.indent_level as range %} {% for _ in range %} {% endfor %} {% endwith %} {{ subpart.indent_level }} | {{ subpart.part.full_part_number }} | {{ subpart.quantity }} | {{ subpart.part.description }} | {{ subpart.part.revision }} | {{ subpart.part.manufacturer.name }} | {{ subpart.part.manufacturer_part_number }} | {{ subpart.extended_quantity }} | {{ subpart.order_quantity }} | {{ subpart.seller_part.seller.name | default:"-" }} | {{ subpart.seller_price | default:"-"}} | {{ subpart.extended_cost | default:"-" }} | {{ subpart.seller_nre | default:"-" }} |
Part Number | Description | Rev | Manufacturer | MPN |
---|---|---|---|---|
{{ part.full_part_number }} | {{ part.description }} | {{ part.revision }} | {{ part.manufacturer.name }} | {{ part.manufacturer_part_number }} |
This part is not currently used in any of your other parts.
{% endif %}Coming soon...