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 %}