diff -r a18ba6b30c43 -r 76935f280a4d templates/send_sgd_cnf.html --- a/templates/send_sgd_cnf.html Tue Jul 20 13:18:40 2010 +0530 +++ b/templates/send_sgd_cnf.html Wed Jul 21 12:17:20 2010 +0530 @@ -41,6 +41,14 @@ {{m.gender}} {{m.profession}} {{m.affiliated_to}} + +{% if m.participantinfo_set.all.0.has_laptop_for_sagedays %} +True +{% else %} +False +{% endif %} + + {{m.participantinfo_set.all.0.will_sprint}} {% endfor %}