13 <table width=100% border=0>
15 <th width=400 align=left colspan=2>INCOME<br><hr width=300 size=5 align=left noshade></th>
16 <th><%this_period%></th>
17 <th><%last_period%></th>
20 <%foreach income_account%>
23 <td><%income_account%></td>
24 <td align=right><%income_this_period%></td>
25 <td align=right><%income_last_period%></td>
27 <%end income_account%>
31 <td><hr noshade size=1></td>
32 <td><hr noshade size=1></td>
37 <th align=left>Total Income</th>
38 <td align=right><%total_income_this_period%><hr noshade size=2></td>
39 <td align=right><%total_income_last_period%><hr noshade size=2></td>
43 <th align=left colspan=2>EXPENSES<br><hr width=300 size=5 align=left noshade></th>
46 <%foreach expense_account%>
49 <td><%expense_account%></td>
50 <td align=right><%expenses_this_period%></td>
51 <td align=right><%expenses_last_period%></td>
53 <%end expense_account%>
57 <td><hr noshade size=1></td>
58 <td><hr noshade size=1></td>
63 <th align=left>Total Expenses</th>
64 <td align=right><%total_expenses_this_period%><br><hr noshade size=2</td>
65 <td align=right><%total_expenses_last_period%><br><hr noshade size=2</td>
69 <th align=left colspan=2>INCOME / (LOSS)</th>
70 <td align=right><%total_this_period%><br><hr noshade size=2></td>
71 <td align=right><%total_last_period%><br><hr noshade size=2></td>