<% val you = Init.getUser(); val bal = Balance.lookupBalance (#bal you); @header [] %>

Your recent account activity

<% foreach (amount, trn) in Money.listUserTransactionsLimit (Init.getUserId (), 5) do %> <% end %>
Date Description Amount
<% #d trn %> <% Web.html (#descr trn) %> <% amount %>/<% #amount trn %>
Balance: $<% #amount bal %> <% @footer [] %>