Client
Contract Price
<<foreach [in getContracts()]>>
<<[getClient().getName()]>>
<<[getPrice()]>>
<</foreach>>
Total:
<<[getContracts().sum(c => c.getPrice())]>>