{% import "helper.twig" as helper %} {% if decoded is not empty %}
| {% trans %}part_lots.storage_location{% endtrans %} | {% trans %}part_lots.amount{% endtrans %} |
|---|---|
| {% if lot.storageLocation %} {{ helper.structural_entity_link(lot.storageLocation) }} {% else %} — {% endif %} | {% if lot.instockUnknown %} ? {% else %} {{ lot.amount | format_amount(part.partUnit, {'decimals': 5}) }} {% endif %} |
{% trans %}id.label{% endtrans %}: {{ entity.id }} ({{ type_label(entity) }})
{% if entity.fullPath is defined %} {{ helper.breadcrumb_entity_link(entity)}} {% endif %}{% trans %}label_scanner.part_can_be_created.help{% endtrans %}
| {{ key }} | {{ value }} |
|---|