Products

@for (orderLine of orderLines; let i = $index; track orderLine.id) { } @if (orderLines.length === 0) { }
# Name Price Count
{{ i + 1 }} {{ orderLine.goods.name }} {{ orderLine.goods.price | currency }} {{ orderLine.count }}
Nothing