# HG changeset patch # User anoop # Date 1280475207 -19800 # Node ID 69186c3019e9e397864dd7bf36224b810d3cd1af # Parent fc5aa00eef42d6e3b5266eef813ed7e8ec50f36a added more fields in send accommodation template. diff -r fc5aa00eef42 -r 69186c3019e9 templates/send_acco_cnf.html --- a/templates/send_acco_cnf.html Thu Jul 29 17:56:15 2010 +0530 +++ b/templates/send_acco_cnf.html Fri Jul 30 13:03:27 2010 +0530 @@ -50,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 %}