ORDER NUMBER
{{order.ordernumber}}
DATE
{{order.date | date:'short'}}
TOTAL
$ {{order.total}}
STATUS
{{order.status}}
SHIPING ADDRESS
{{order.street}}
{{order.city}}
{{order.country}}
ORDER DETAILS
{{item.productname}} ROSLYN $ {{item.unitprice}} {{item.units}} $ {{item.units * item.unitprice}}
TOTAL
$ 12.00