+ {{ t('participants.from') }}: {{ delivery().from?.name }} +
++ {{ t('participants.to') }}: {{ delivery().recipient?.name }} +
++ {{ t('dates.created') }}: {{ delivery().createdUtc | date:'short' }} +
++ {{ t('dates.modified') }}: {{ delivery().lastModifiedUtc | date:'short' }} +
+{{ delivery().message }}
+| {{ t('lines.category') }} | +{{ t('lines.product') }} | +{{ t('lines.quantity') }} | +|
|---|---|---|---|
| {{category.name | defaultValue}} | +{{ product.name | defaultValue }} | + + @if (product.type === ProductType.Consumable) { +{{ line.quantity }} | + } @else { ++ } + |