{# To include this widget, make sure to pass: `manufacturer_parts`, `profile`, (optional, for mouser) `part_revision` variables #} {% load static %} {% block head %} {% endblock %}
{% if show_manufacturer %} {% endif %} {% if show_part %}{% endif %} {% for manufacturer_part in manufacturer_parts %} {% if show_manufacturer %} {% endif %} {% if show_part %}{% endif %} {% for seller_part in manufacturer_part.seller_parts %} {% empty %} {% endfor %} {% empty %} {% endfor %}
MPNManufacturerPartVendor PN MOQ MPQ Price Lead Time (days) NRE NCNR Manage
{% if manufacturer_part.link %}{% endif %}{{ manufacturer_part.manufacturer_part_number }}{% if manufacturer_part.link %} open_in_new{% endif %}{% if 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 %} {{ manufacturer_part.part }} {% with seller=manufacturer_part.optimal_seller.seller %} {% if seller %} {{ seller.name }} {% endif %} {% if seller.approval_status == 'A' %} check_circle {% elif seller.approval_status == 'R' %} block {% else %} help_outline {% endif %} {% endwith %} {{ manufacturer_part.optimal_seller.seller_part_number }} {{ manufacturer_part.optimal_seller.minimum_order_quantity }} {{ manufacturer_part.optimal_seller.minimum_pack_quantity }} {{ manufacturer_part.optimal_seller.unit_cost }} {{ manufacturer_part.optimal_seller.lead_time_days }} {{ manufacturer_part.optimal_seller.nre_cost }} {{ manufacturer_part.optimal_seller.ncnr }} {% if perms.bom_manage_sourcing %} more_horiz {% endif %}
{% 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 }} {{ seller_part.lead_time_days }} {{ seller_part.nre_cost }} {{ seller_part.ncnr }} {% if perms.bom.manage_sourcing %} edit | delete {% endif %}
This manufacturer part has no vendors entered yet.
None found.