diff -r 9fd140628988 -r 9363e5121f9b templates/send_sgd_cnf.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/send_sgd_cnf.html Fri Jul 16 18:50:52 2010 +0530 @@ -0,0 +1,49 @@ +{% extends 'base.html' %} +{% block title %} +Send Event Participation Confirmation +{% endblock %} +{% block content %} +
+Not Selected ppl:
+ +{% for m in not_selected %} + + + + + + + +{% endfor %} +
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}}
+
+Not Confirmed Ppl:
+ +{% for m in not_confirmed %} + + + + + + + +{% endfor %} +
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}}
+ + +
+ +Attending Ppl:
+ +{% for m in attending %} + + + + + + +{% endfor %} +
{{m}} {{m.gender}} {{m.profession}} {{m.affiliated_to}}
+ +{% endblock %} +