From 177b37f4650ba69d7d1bac07e78eb51bff786b37 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 9 Dec 2010 19:49:27 +0530 Subject: Male and Female participants stats on website. --- project/templates/registration/regstats.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'project/templates/registration/regstats.html') diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html index 681e00d..6baf8ec 100644 --- a/project/templates/registration/regstats.html +++ b/project/templates/registration/regstats.html @@ -36,6 +36,18 @@ {{ acco }} {% endfor %} + {% for acco_m in acco_male %} + + Accommodation on {{ forloop.counter|add:"11" }}(Male) + {{ acco_m }} + + {% endfor %} + {% for acco_f in acco_days %} + + Accommodation on {{ forloop.counter|add:"11" }}(Female) + {{ acco_f }} + + {% endfor %}


-- cgit