| {{order.Status}} | 
                                        {{order.OrderID}} | 
                                        {{order.OrderDate | date : 'M/d/yyyy'}} | 
                                        {{order.ShipFirstName}} {{order.ShipLastName}}, {{order.ShipAddress1}} {{order.ShipAddress2}}, {{order.ShipCity}}, {{order.ShipState}} {{order.ShipZipcode}} | 
                                        {{order.GrandTotal | currency : '$' : 2}} | 
                                        {{order.PayTotal | currency : '$' : 2}} | 
                                        {{order.GrandTotal - order.PayTotal | currency : '$' : 2}} |