ENCASHMENT #$mc.id of the TERMINAL #$point.id
<hr size=0 noshade height=1px>Agent: $dealer.name
TIN: $dealer.inn
Point: $point.address
<hr size=0 noshade height=1px>Number: $mc.id
Current encashment date: $dateFormat.format($mc.date)
#if ($mc.lastDate)
Last encashment date: $dateFormat.format($mc.lastDate)
#end
<hr size=0 noshade height=1px><table width=100% cellpadding=0 cellspacing=0 frame=border>
<tr><td width=33%>Denomination</td><td width=22%>Q-ty</td><td width=45%>Amount</td></tr>
#foreach($bn in $units)
#if ($mc.keeper.cashUnits.get($bn))
<tr><td>$bn.getNominal()</td><td>$mc.keeper.cashUnits.get($bn)</td><td>$bn.nominal.mul($mc.keeper.cashUnits.get($bn))</td></tr>
#else
<tr><td>$bn.getNominal()</td><td>0</td><td>0</td></tr>
#end #end</table>
<hr size=0 noshade height=1px>Total banknotes: $total
Total amount: $mc.keeper.getSum()