diff -r dec4a9b61534 -r a18ba6b30c43 templates/send_sgd_cnf.html --- 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 %}
-Not Selected ppl:
+Not Selected ppl: {{not_selected.count}}
{% for m in not_selected %} @@ -17,7 +17,7 @@ {% endfor %}

-Selected but not Confirmed Ppl:
+Selected but not Confirmed Ppl: {{not_confirmed.count}}
{% for m in not_confirmed %} @@ -32,8 +32,8 @@ - -Attending Ppl:
+

+Attending Ppl: {{attending.count}}
{% for m in attending %}