{{ lot.description }} |
{% if lot.storageLocation %}
{{ lot.storageLocation.fullPath }}
{% else %}
{% trans %}part_lots.location_unknown{% endtrans %}
{% endif %}
|
{% if lot.instockUnknown %}
{% trans %}part_lots.instock_unknown{% endtrans %}
{% else %}
{{ lot.amount | amountFormat(part.partUnit, {'decimals': 5}) }}
{% endif %}
|
{% if lot.expirationDate %}
{{ lot.expirationDate | localizeddate }}
{% endif %}
{% if lot.expired %}
{% trans %}part_lots.is_expired{% endtrans %}
{% endif %}
{% if lot.needsRefill %}
{% trans %}part_lots.need_refill{% endtrans %}
{% endif %}
|
{% endfor %}