# HG changeset patch # User anoop # Date 1280475512 -19800 # Node ID bafcc5b5523e1bef214db9551f2e27b2eee35e12 # Parent 69186c3019e9e397864dd7bf36224b810d3cd1af last commit was not full, made changes to send accommodation confirmation. 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 %}