Customer

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

    @for (r of formModel().discounts; track r.id) { @if (r.discount > 0) {
  • {{ r.name }} - {{ r.discount | percent: '1.2-2' }}
  • } }