From 01531c519a4a93b985a8494d28f951c746683f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 12 May 2010 10:44:15 +0200 Subject: Show more details --- templates/show.mako | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/show.mako b/templates/show.mako index 97c2731..88d802c 100644 --- a/templates/show.mako +++ b/templates/show.mako @@ -5,12 +5,24 @@

${get_d(e)}

% endif % for c in e.catexps: - ${c.cat.name} ${c.expense}
+ ${c.cat.name} ${c.expense}
+
+ +
% endfor - Constant: ${e.const}
- In Summa: ${e.sum}

- -

Details

+ Constant: ${e.constsum}
+
+ +
+ In Summa: ${e.sum}
+
% endfor <%def name="heading()"> -- cgit v1.2.3