{{order.id}}
{{order.reference}}
{{order.customer.firstName}} {{order.customer.lastName}}
{{order.total | currency:'USD':'symbol'}}
{{order.payment.method}}
{{order.status[0].name}}
{{order.date}}