From 60170128d2c7c9942ebc1b77d86404485be5212e Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Wed, 16 Jul 2008 08:18:04 +0000 Subject: [PATCH] Display all totals with currency formatting --- bluechips/templates/status/index.mako | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bluechips/templates/status/index.mako b/bluechips/templates/status/index.mako index b42b23a..9291b69 100644 --- a/bluechips/templates/status/index.mako +++ b/bluechips/templates/status/index.mako @@ -28,23 +28,23 @@ - + - + - + - + - +
Total$${c.total}$${h.round_currency(c.total)}
Past year$${c.year_total}$${h.round_currency(c.year_total)}
Year to date$${c.this_year_total}$${h.round_currency(c.this_year_total)}
Month to date$${c.this_month_total}$${h.round_currency(c.this_month_total)}
Last month$${c.last_month_total}$${h.round_currency(c.last_month_total)}
-- 2.45.2