X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Ftemplates%2Fmobile%2Fstatus%2Findex.mako;h=55dc7929cdec29a3c807d7d8ca00348c2240191a;hb=82ad8466cea54eb777e71bb1a74798461461598b;hp=4fc9af9aa02ead1e95d9c8bf5b827a2371432602;hpb=4eb26869c8a67e39b0444a0b57a9df26f7b6e950;p=bluechips.git diff --git a/bluechips/templates/mobile/status/index.mako b/bluechips/templates/mobile/status/index.mako index 4fc9af9..55dc792 100644 --- a/bluechips/templates/mobile/status/index.mako +++ b/bluechips/templates/mobile/status/index.mako @@ -18,9 +18,21 @@ ${self.tabs('status')} ${transfer[0].name} ${transfer[1].name} - ${transfer[2]} + ${transfer[2]} % endfor + % if c.net != 0: + + + % if c.net > 0: + The group owes you: + % elif c.net < 0: + You owe the group: + % endif + + ${abs(c.net)} + + % endif % endif