{% extends "base.html" %} {% load i18n %} {% block headline %}
{% trans "IPNs" %} | {% trans "MPN" %} | {% trans "Manufacturer" %} | {% trans "Distributor" %} | {% trans "Ref number" %} | {% trans "Issuance date" %} | {% trans "Expiry date" %} | {% trans "Min lead time" %} | {% trans "Max lead time" %} | {% trans "MOQ" %} | {% trans "Price" %} | {% trans "Currency" %} |
---|---|---|---|---|---|---|---|---|---|---|---|
{% for ipn in price.quotation_item.mpn.manufacturer.aml_set.all %}{{ ipn.ipn.code }}{% if not forloop.last %}, {% endif %}{% endfor %} | {{ price.quotation_item.mpn.code }} | {{ price.quotation_item.mpn.manufacturer }} | {{ price.quotation_item.quotation.distributor }} | {{ price.quotation_item.quotation.ref_number }} | {{ price.quotation_item.quotation.issuance_date|date }} | {{ price.quotation_item.quotation.expiry_date|date }} | {{ price.quotation_item.min_lead_time }} | {{ price.quotation_item.max_lead_time }} | {{ price.moq }} | {{ price.price }} | {{ price.currency.iso_code }} |