| # | Customer | Date | Status | Amount | |
|---|---|---|---|---|---|
|
|
|||||
| {{ order.orderId }} | {{ order.email }} | {{ order.orderInfo.firstName }} {{ order.orderInfo.lastName }} | {{ order.created_at | moment }} | {{VM.Lang.userPanel.statusCodes[VM.statusCodes[order.status]]}} | {{ order.amount | currency:"€" }} |