{% import "helper.twig" as helper %}
| {% trans %}part_lots.description{% endtrans %} | {% trans %}part_lots.storage_location{% endtrans %} | {% trans %}part_lots.amount{% endtrans %} | {# Tags row #} | |
|---|---|---|---|---|
| {{ lot.description }} | {% if lot.storageLocation %} {{ helper.structural_entity_link(lot.storageLocation) }} {% 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 %}
|