# HG changeset patch # User nishanth # Date 1279694840 -19800 # Node ID 76935f280a4d2ac8ec7501afb654d9b324c52891 # Parent a18ba6b30c431d77db6f4c8eedf43cfa3a2082d8 now selected participant laptop and sprint data is also displsyed 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 %}