| Qty | Description | Cost | Total | |
|---|---|---|---|---|
| {{item.qty * item.cost | currency}} | [X] | |||
| add item | Total: | {{invoice.items.$sum('qty*cost') | currency}} | 
| Name | Phone | 
|---|---|
| {{friend.name}} | {{friend.phone}} | 
| Name | Phone | 
|---|---|
| {{friend.name}} | {{friend.phone}} | 
people = {{people}}
       Number of items which have one point: {{ items.$count('points==1') }}
Number of items which have more than one point: {{items.$count('points>1')}}
Sorting predicate = {{predicate}}
         | Name (^) | Phone (^) | Age (^) | 
|---|---|---|
| {{friend.name}} | {{friend.phone}} | {{friend.age}} | 
Output: {{ numbers.$limitTo(limit) | json }}