diff -r 69186c3019e9 -r bafcc5b5523e templates/send_acco_cnf.html --- a/templates/send_acco_cnf.html Fri Jul 30 13:03:27 2010 +0530 +++ b/templates/send_acco_cnf.html Fri Jul 30 13:08:32 2010 +0530 @@ -21,6 +21,21 @@ {{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}} + +{% if m.participantinfo_set.all.0.sprinted_already %} +True +{% else %} +False +{% endif %} + {% endfor %} @@ -35,6 +50,21 @@ {{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}} + +{% if m.participantinfo_set.all.0.sprinted_already %} +True +{% else %} +False +{% endif %} + {% endfor %}