templates/send_sgd_cnf.html
branchanoop
changeset 146 a18ba6b30c43
parent 118 6c3602582f9f
child 147 76935f280a4d
--- a/templates/send_sgd_cnf.html	Tue Jul 20 13:10:05 2010 +0530
+++ b/templates/send_sgd_cnf.html	Tue Jul 20 13:18:40 2010 +0530
@@ -4,7 +4,7 @@
 {% endblock %}
 {% block content %}
 <form action="" method=post>
-Not Selected ppl: <br >
+Not Selected ppl: {{not_selected.count}}<br >
 <table cellspacing=2 cellpadding=2>
 {% for m in not_selected %}
 <tr>
@@ -17,7 +17,7 @@
 {% endfor %}
 </table>
 <br />
-Selected but not Confirmed Ppl: <br />
+Selected but not Confirmed Ppl: {{not_confirmed.count}}<br />
 <table cellspacing=2 cellpadding=2>
 {% for m in not_confirmed %}
 <tr>
@@ -32,8 +32,8 @@
 
 <input type=submit value="Send confirmation email"  />
 </form>
-
-Attending Ppl: <br />
+<br /><br />
+Attending Ppl: {{attending.count}}<br />
 <table cellspacing=2 cellpadding=2>
 {% for m in attending %}
 <tr>