Customer

Phone @for (customer of customers | async; track customer) { {{ customer.name }} - {{ customer.phone }} }
Name
Address
Print in Bill?

@for (r of item.discounts; track r; let i = $index) {
Discount on {{ r.name }} %
}