+ <% sum_statement = 0.0 %>
+ %for statementline in statement.line_ids:
+
+ ## curency code
+
${statementline.name or '' }
+ ## currency balance
+
${statementline.partner_id.name or '' }
+ ## currency balance cumulated
+
${formatLang(statementline.amount) | amount }
+ <% sum_statement += statementline.amount %>
+
+ ## curency code
+
+ ## currency balance
+
Total
+ ## currency balance cumulated
+
${formatLang(sum_statement) }
+