Rate Contract

Date Account @for (account of accounts(); track account) { {{ account.name }} }
Valid From Valid Till
Product @for (product of products(); track product) { {{ product.name }} } Price
@if (itemResource.isLoading()) { } @else if (itemResource.error()) { } @else { Product {{ row.sku }} Price {{ +row.price | currency: 'INR' }} Action
Narration
}