{{(ownerUpdate | async)!.name}}

Session valid until: {{(ownerUpdate | async)!.expiration | date}}

Today's Total:
{{todayTotal | number: '1.08'}}
Overall Total:
{{total | number: '1.08'}}
{{order.totalZec | number: '1.08'}}
{{order.timestamp | date: 'YYYY-MM-dd, HH:mm'}}
Order Id: {{order._id}}
Order Total: {{ order.totalZec | number: '1.08'}}
1.0 = {{ order.price | currency: order.currency.toUpperCase()}} {{ order.total | currency: order.currency.toUpperCase()}}
Item Qty. Total
{{item.name}} {{item.qty}} {{item.qty * item.cost | number:'1.02' | currency: order.currency.toUpperCase() }}

No orders