Customer details unavailable.
{% endif %}| # | Description | Unit price ({{ display_currency(currency) }}) | Quantity | Actions |
|---|---|---|---|---|
| {{ loop.index }} | {{ item.productDesc }} | {{ item.unitPrice is not null ? item.unitPrice|format_currency(currency) : '—' }} | {{ item.quantity ?? '—' }} | Edit item |
| No items captured yet. Use “Add item” above to record the first line. | ||||