{# To include this widget, make sure to pass: `manufacturer_parts`, `profile`, (optional, for mouser) `part_revision` variables #} {% load static %} {% for manufacturer_part in manufacturer_parts %}
MPN {% if manufacturer_part.link %}{% endif %}{{ manufacturer_part.manufacturer_part_number }} {% if manufacturer_part.link %} open_in_new{% endif %}
{% if show_manufacturer and manufacturer_part.manufacturer %} {{ manufacturer_part.manufacturer }} {% if manufacturer_part.manufacturer.approval_status == 'A' %} check_circle {% elif manufacturer_part.manufacturer.approval_status == 'R' %} block {% else %} help_outline {% endif %} {% endif %} {% if show_part %} {{ manufacturer_part.part }} {% endif %}
{% if manufacturer_part.optimal_seller.seller or part_revision %}
Best price {% with seller=manufacturer_part.optimal_seller.seller %} {% if seller %} {{ seller.name }} {% if seller.approval_status == 'A' %} check_circle {% elif seller.approval_status == 'R' %} block {% endif %} {% else %}—{% endif %} {{ manufacturer_part.optimal_seller.unit_cost }} {% if manufacturer_part.optimal_seller.seller_part_number %}· {% endif %} {{ manufacturer_part.optimal_seller.seller_part_number }} {% if manufacturer_part.optimal_seller.minimum_order_quantity %}·MOQ {% endif %} {{ manufacturer_part.optimal_seller.minimum_order_quantity }} {% if manufacturer_part.optimal_seller.lead_time_days %}· {{ manufacturer_part.optimal_seller.lead_time_days }} days{% else %}{% endif %} {% endwith %}
{% endif %}
{% if perms.bom.manage_sourcing %} {% endif %}
{% for seller_part in manufacturer_part.seller_parts %} {% empty %} {% endfor %} {% if perms.bom.manage_sourcing %} {% endif %}
Vendor PN MOQ MPQ Price Lead Time (days) NRE NCNR Manage
{% if seller_part.link %}{% endif %} {{ seller_part.seller.name }} {% if seller_part.link %}  open_in_new{% endif %} {% if seller_part.seller.approval_status == 'A' %} check_circle {% elif seller_part.seller.approval_status == 'R' %} block {% endif %} {{ seller_part.seller_part_number }} {{ seller_part.minimum_order_quantity }} {{ seller_part.minimum_pack_quantity }} {{ seller_part.unit_cost }} {% if seller_part.unit_cost_normalized %}
({{ seller_part.unit_cost_normalized }}) {% endif %}
{{ seller_part.lead_time_days }} {{ seller_part.nre_cost }} {% if seller_part.nre_cost_normalized %}
({{ seller_part.nre_cost_normalized }}) {% endif %}
{% if seller_part.ncnr %}Yes{% else %}No{% endif %} {% if perms.bom.manage_sourcing %} edit | delete {% endif %}
No vendors entered yet.
addAdd vendor part
{% empty %}
None found.
{% endfor %}